[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableStyles

ITableStyles Interface

Represents styles that can be applied to a table.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ITableStyles
Public Interface ITableStyles
Remarks

Table styles replaces the existing auto format feature for formatting an entire table.

Properties

Name Description
Count

Gets the number of objects in the collection.

CustomStyleStartIndex

Gets the starting index of custom style(s).

this[BuiltInSlicerStyles]

Gets the ITableStyle with the specified slicer style name.

this[BuiltInTableStyles]

Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name.

this[int]

Gets the GrapeCity.Spreadsheet.TableStyle at the specified index.

this[string]

Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name.

Methods

Name Description
Add(string)

Creates a new GrapeCity.Spreadsheet.TableStyle object and adds it to the collection.