Cells
A collection of table cells.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Cell.
Cell item( Mixed index )
Returns the Cell with the specified index or name.
Parameters
Cell itemByName( String name )
Returns the Cell with the specified name.
Parameters
Cell itemByID( Number id )
Returns the Cell with the specified ID.
Parameters
Cell itemByRange( Mixed from, Mixed to )
Returns the Cells within the specified range.
Parameters
Cell firstItem()
Returns the first Cell in the collection.
Cell lastItem()
Returns the last Cell in the collection.
Cell middleItem()
Returns the middle Cell in the collection.
Cell previousItem( Cell obj )
Returns the Cell with the index previous to the specified index.
Parameters
Cell nextItem( Cell obj )
Returns the Cell whose index follows the specified Cell in the collection.
Parameters
Cell anyItem()
Returns any Cell in the collection.
Cell everyItem()
Returns every Cell in the collection.
String toSource()
Generates a string which, if executed, will return the Cell.
Cell []( Number index )
Returns the Cell with the specified index.