Columns
A collection of columns.
Columns Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Columns. |
| Item |
Object |
read |
Returns the Column with the specified index or name as Long or String. |
Columns Methods
| Method |
Returns |
Description |
| Add |
Variant |
Create a new Column. |
| AnyItem |
Object |
Returns any Column. |
| FirstItem |
Object |
Returns the first Column. |
| ItemByRange |
Objects |
Returns the Columns within the specified range. |
| LastItem |
Object |
Returns the last Column. |
| MiddleItem |
Object |
Returns the middle Column. |
| NextItem |
Object |
Returns the next Column. |
| PreviousItem |
Object |
Returns the previous Column. |
Previous post: ContourOption
Next post: Column