TableStyles
A collection of table styles.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the TableStyle with the specified index.
Creates a new TableStyle.
withProperties?
Object
Initial values for properties of the new TableStyle
Returns any TableStyle in the collection.
Displays the number of elements in the TableStyle.
Returns every TableStyle in the collection.
Returns the first TableStyle in the collection.
Returns the TableStyle with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the TableStyle with the specified ID.
Returns the TableStyle with the specified name.
Returns the TableStyles within the specified range.
from
LongInteger | TableStyle | String
The TableStyle, index, or name at the beginning of the range. Can accept: TableStyle, Long Integer or String.
to
LongInteger | TableStyle | String
The TableStyle, index, or name at the end of the range. Can accept: TableStyle, Long Integer or String.
Returns the last TableStyle in the collection.
Returns the middle TableStyle in the collection.
Returns the TableStyle whose index follows the specified TableStyle in the collection.
obj
TableStyle
The TableStyle whose index comes before the desired TableStyle.
Returns the TableStyle with the index previous to the specified index.
obj
TableStyle
The index of the TableStyle that follows the desired TableStyle.
Generates a string which, if executed, will return the TableStyle.
Object of 3
Properties elsewhere that hold a TableStyles.