Delete the style from the collection.
Returns the name of the table style.
The name of the table style as a string.
Returns the readonly list of properties for the style.
Returns a ranged interface for applying this style to a specific table.
The target ITable
to which this style will be applied.
An ICellRanged
interface containing properties for IStyle
.
Indicates whether this style is a built-in, predefined style.
true
if the style is a built-in style; otherwise, false
.
Indicates whether this style appears in the list of pivot table styles available for selection.
true
if the style is shown in the pivot table styles list; otherwise, false
.
Indicates whether this style appears in the list of table styles available for selection.
true
if the style is shown in the table styles list; otherwise, false
.
Serializes the table style to JSON format.
A ITableStyle.JSON
representation of the style.
Represents a style applied to tables, with methods for retrieving style properties, checking its usage in different contexts, and identifying built-in styles.