|
|
Columns
A collection of columns.
Columns Properties
|
Property
|
Type
|
Access
|
Description
|
|
item
|
Object
|
read
|
Returns the column with the specified index or name.
|
|
length
|
Long
|
read
|
The number of columns in the collection.
|
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.
|
|
|
|