CellStyles
A collection of cell styles.
Properties
| Name | Type |
Access | Description |
|---|
|
LongInteger | NothingEnum |
readonly |
The number of objects in the collection. Can return: Long Integer or NothingEnum enumerator. |
Methods
Returns the CellStyle with the specified index.
Creates a new CellStyle.
withProperties?
Object
Initial values for properties of the new CellStyle
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
LongInteger | String
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
CellStyle | LongInteger | String
The CellStyle, index, or name at the beginning of the range. Can accept: CellStyle, Long Integer or String.
to
CellStyle | LongInteger | String
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.
Object of 3
Properties elsewhere that hold a CellStyles.