DialogColumns
A collection of dialog columngs.
DialogColumns Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of DialogColumns. |
| Item |
Object |
read |
Returns the DialogColumn with the specified index or name as Long or String. |
DialogColumns Methods
| Method |
Returns |
Description |
| Add |
DialogColumn |
Create a new DialogColumn. |
| AnyItem |
Object |
Returns any DialogColumn. |
| FirstItem |
Object |
Returns the first DialogColumn. |
| ItemByID |
Object |
Returns the DialogColumn with the specified ID. |
| ItemByRange |
Objects |
Returns the DialogColumns within the specified range. |
| LastItem |
Object |
Returns the last DialogColumn. |
| MiddleItem |
Object |
Returns the middle DialogColumn. |
| NextItem |
Object |
Returns the next DialogColumn. |
| PreviousItem |
Object |
Returns the previous DialogColumn. |