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