-
-
Creates a new CellStyle.
withProperties
|
Object
Initial values for properties of the new CellStyle (Optional)
|
-
-
Returns any CellStyle in the collection.
-
-
Displays the number of elements in the CellStyle.
-
-
Returns every CellStyle in the collection.
-
-
Returns the first CellStyle in the collection.
-
-
Returns the CellStyle with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the CellStyle with the specified ID.
-
-
Returns the CellStyle with the specified name.
-
-
Returns the CellStyles within the specified range.
from
|
The CellStyle, index, or name at the beginning of the range. Can accept: CellStyle, Long Integer or String.
|
to
|
The CellStyle, index, or name at the end of the range. Can accept: CellStyle, Long Integer or String.
|
-
-
Returns the last CellStyle in the collection.
-
-
Returns the middle CellStyle in the collection.
-
-
Returns the CellStyle whose index follows the specified CellStyle in the collection.
obj
|
CellStyle
The CellStyle whose index comes before the desired CellStyle.
|
-
-
Returns the CellStyle with the index previous to the specified index.
obj
|
CellStyle
The index of the CellStyle that follows the desired CellStyle.
|
-
-
Generates a string which, if executed, will return the CellStyle.