[]
Represents a single style that can be applied to a table.
public interface ITableStyle : ITableStyleElements
Public Interface ITableStyle
Inherits ITableStyleElements
Name | Description |
---|---|
BuiltIn | Gets a value indicating whether the style is a built-in style. |
Name | Gets the name of this ITableStyle object. |
NameLocal | Gets or sets the name of the table style, in the language of the user. |
ShowAsAvailablePivotTableStyle | Gets or sets a value indicating whether the table style is shown in the gallery for PivotTable styles or not. |
ShowAsAvailableSlicerStyle | Gets or sets a value indicating whether the table style is shown as available in the slicer styles gallery. |
ShowAsAvailableTableStyle | Gets or sets a value indicating whether the table style shown as available in the table styles gallery. |
TableStyleElements | Gets the table style elements. |
Name | Description |
---|---|
Delete() | Delete this ITableStyle from the table style collection. |
Duplicate(string) | Duplicates this table style with the specified name. |