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