[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableStyles.Item

this Property

this[string]

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

Declaration
ITableStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableStyle
Parameters
Type Name Description
string name

A string value indicates the name of the table style.

Property Value
Type Description
ITableStyle

A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style.

this[BuiltInTableStyles]

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

Declaration
ITableStyle this[BuiltInTableStyles tableStyle] { get; }
ReadOnly Default Property Item(tableStyle As BuiltInTableStyles) As ITableStyle
Parameters
Type Name Description
BuiltInTableStyles tableStyle

A BuiltInTableStyles value indicates the name of the table style.

Property Value
Type Description
ITableStyle

A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style.

this[BuiltInSlicerStyles]

Gets the ITableStyle with the specified slicer style name.

Declaration
ITableStyle this[BuiltInSlicerStyles slicerStyle] { get; }
ReadOnly Default Property Item(slicerStyle As BuiltInSlicerStyles) As ITableStyle
Parameters
Type Name Description
BuiltInSlicerStyles slicerStyle

A BuiltInSlicerStyles value indicates the name of the slicer style.

Property Value
Type Description
ITableStyle

A ITableStyle object represents the corresponding slicer style.

this[int]

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

Declaration
ITableStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableStyle
Parameters
Type Name Description
int index

An integer value indicates the index of the table style.

Property Value
Type Description
ITableStyle

A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style.