[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle

Interface ITableStyle

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface ITableStyle

Properties

BuiltIn

Gets whether the style is a built-in style (read-only).

bool BuiltIn { get; }

Property Value

bool

Name

Returns the name of the object (read-only).

string Name { get; }

Property Value

string

ShowAsAvailablePivotStyle

Gets or sets whether the specified table style is shown as available in the pivot styles gallery.

bool ShowAsAvailablePivotStyle { get; set; }

Property Value

bool

ShowAsAvailableSlicerStyle

Gets or sets whether the specified table style is shown as available in the slicer styles gallery.

bool ShowAsAvailableSlicerStyle { get; set; }

Property Value

bool

ShowAsAvailableTableStyle

Gets or sets a table style shown as available in the table styles gallery (read or write).

bool ShowAsAvailableTableStyle { get; set; }

Property Value

bool

TableStyleElements

Returns the ITableStyleElements object (read-only).

ITableStyleElements TableStyleElements { get; }

Property Value

ITableStyleElements

Methods

Delete()

Deletes the ITableStyle object.

void Delete()

Duplicate(string)

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

ITableStyle Duplicate(string newName = null)

Parameters

newName string

The name of the new table style.

Returns

ITableStyle

ITableStyle.