[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle

ITableStyle Interface

Represents a single style that can be applied to a table.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITableStyle
Public Interface ITableStyle

Properties

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).

Methods

Name Description
Delete()

Deletes the ITableStyle object.

Duplicate(string)

Duplicates the ITableStyle object and returns a reference to the new copy.