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