-
add( |
sourceStyleName, destinationStyleName, mappingRuleType [, withProperties]) |
→ CellStyleMapping |
-
Adds a style mapping.
sourceStyleName
|
string
The source style name.
|
destinationStyleName
|
string
The destination style name.
|
mappingRuleType
|
MapType
The mapping type
|
withProperties
|
Object
Initial values for properties of the new CellStyleMapping (Optional)
|
-
-
Returns any CellStyleMapping in the collection.
-
-
Displays the number of elements in the CellStyleMapping.
-
-
Returns every CellStyleMapping in the collection.
-
-
Returns the first CellStyleMapping in the collection.
-
-
Returns the CellStyleMapping with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the CellStyleMappings within the specified range.
from
|
The CellStyleMapping, index, or name at the beginning of the range. Can accept: CellStyleMapping, Long Integer or String.
|
to
|
The CellStyleMapping, index, or name at the end of the range. Can accept: CellStyleMapping, Long Integer or String.
|
-
-
Returns the last CellStyleMapping in the collection.
-
-
Returns the middle CellStyleMapping in the collection.
-
-
Returns the CellStyleMapping whose index follows the specified CellStyleMapping in the collection.
obj
|
CellStyleMapping
The CellStyleMapping whose index comes before the desired CellStyleMapping.
|
-
-
Returns the CellStyleMapping with the index previous to the specified index.
obj
|
CellStyleMapping
The index of the CellStyleMapping that follows the desired CellStyleMapping.
|
-
-
Generates a string which, if executed, will return the CellStyleMapping.