CellStyleMappings
A collection of cell style mappings.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
CellStyleMapping add( String sourceStyleName, String destinationStyleName, MapType mappingRuleType, Object withProperties )
Adds a style mapping.
Parameters
Number count()
Displays the number of elements in the CellStyleMapping.
CellStyleMapping item( Mixed index )
Returns the CellStyleMapping with the specified index or name.
Parameters
CellStyleMapping itemByRange( Mixed from, Mixed to )
Returns the CellStyleMappings within the specified range.
Parameters
CellStyleMapping firstItem()
Returns the first CellStyleMapping in the collection.
CellStyleMapping lastItem()
Returns the last CellStyleMapping in the collection.
CellStyleMapping middleItem()
Returns the middle CellStyleMapping in the collection.
CellStyleMapping previousItem( CellStyleMapping obj )
Returns the CellStyleMapping with the index previous to the specified index.
Parameters
CellStyleMapping nextItem( CellStyleMapping obj )
Returns the CellStyleMapping whose index follows the specified CellStyleMapping in the collection.
Parameters
CellStyleMapping anyItem()
Returns any CellStyleMapping in the collection.
CellStyleMapping everyItem()
Returns every CellStyleMapping in the collection.
String toSource()
Generates a string which, if executed, will return the CellStyleMapping.
CellStyleMapping []( Number index )
Returns the CellStyleMapping with the specified index.