[]
Represents a single style that can be applied to a table.
public interface ITableStyle
Public Interface ITableStyle
Name | Description |
---|---|
BuiltIn | Gets whether the style is a built-in style (read-only). |
Name | Returns the name of the object (read-only). |
ShowAsAvailablePivotStyle | Gets or sets whether the specified table style is shown as available in the pivot styles gallery. |
ShowAsAvailableSlicerStyle | Gets or sets whether the specified table style is shown as available in the slicer styles gallery. |
ShowAsAvailableTableStyle | Gets or sets a table style shown as available in the table styles gallery (read or write). |
TableStyleElements | Returns the ITableStyleElements object (read-only). |
Name | Description |
---|---|
Delete() | Deletes the ITableStyle object. |
Duplicate(string) | Duplicates the ITableStyle object and returns a reference to the new copy. |