-
-
Returns any Cell in the collection.
-
-
Displays the number of elements in the Cell.
-
-
Returns every Cell in the collection.
-
-
Returns the first Cell in the collection.
-
-
Returns the Cell with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Cell with the specified ID.
-
-
Returns the Cell with the specified name.
-
itemByRange( |
from, to) |
→ Cell |
-
Returns the Cells within the specified range.
from
|
The Cell, index, or name at the beginning of the range. Can accept: Cell, Long Integer or String.
|
to
|
The Cell, index, or name at the end of the range. Can accept: Cell, Long Integer or String.
|
-
-
Returns the last Cell in the collection.
-
-
Returns the middle Cell in the collection.
-
-
Returns the Cell whose index follows the specified Cell in the collection.
obj
|
Cell
The Cell whose index comes before the desired Cell.
|
-
previousItem( |
obj) |
→ Cell |
-
Returns the Cell with the index previous to the specified index.
obj
|
Cell
The index of the Cell that follows the desired Cell.
|
-
-
Generates a string which, if executed, will return the Cell.