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