|
|
Cells
A collection of cells.
Cells Properties
|
Property
|
Type
|
Access
|
Description
|
|
Count
|
Long
|
read
|
The number of Cells.
|
|
Item
|
Object
|
read
|
Returns the Cell with the specified index or name as Long or String.
|
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.
|
|
|
|
|