|
|
Cells
A collection of cells.
Cells Properties
|
Property
|
Type
|
Access
|
Description
|
|
item
|
Object
|
read
|
Returns the cell with the specified index or name.
|
|
length
|
Long
|
read
|
The number of cells in the collection.
|
Cells Methods
|
Method
|
Returns
|
Description
|
|
anyItem
|
Object
|
Returns any cell.
|
|
firstItem
|
Object
|
Returns the first cell.
|
|
itemByID
|
Object
|
Returns the cell with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the cells within the specified range.
|
|
lastItem
|
Object
|
Returns the last cell.
|
|
middleItem
|
Object
|
Returns the middle cell.
|
|
nextItem
|
Object
|
Returns the next cell.
|
|
previousItem
|
Object
|
Returns the previous cell.
|
|
|
|