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.
Special table style that doesn't style anything. This is used for tables that have their format's cleared.