Rows
A collection of table rows.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Mixed add( LocationOptions at, Mixed reference, Object withProperties )
Creates a new Row.
Parameters
Type Name Description 
Number count()
Displays the number of elements in the Row.
Row item( Mixed index )
Returns the Row with the specified index or name.
Parameters
Type Name Description 
Row itemByName( String name )
Returns the Row with the specified name.
Parameters
Type Name Description 
Row itemByRange( Mixed from, Mixed to )
Returns the Rows within the specified range.
Parameters
Type Name Description 
Row firstItem()
Returns the first Row in the collection.
Row lastItem()
Returns the last Row in the collection.
Row middleItem()
Returns the middle Row in the collection.
Row previousItem( Row obj )
Returns the Row with the index previous to the specified index.
Parameters
Type Name Description 
Row nextItem( Row obj )
Returns the Row whose index follows the specified Row in the collection.
Parameters
Type Name Description 
Row anyItem()
Returns any Row in the collection.
Row everyItem()
Returns every Row in the collection.
String toSource()
Generates a string which, if executed, will return the Row.
Row []( Number index )
Returns the Row with the specified index.
Parameters
Type Name Description