[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleCollection.Item

this Property

this[string]

Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.

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

The name.

Property Value
Type Description
ITableStyle

The GrapeCity.Documents.Excel.TableStyle.

this[int]

Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.

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

The GrapeCity.Documents.Excel.TableStyle.