[]
Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name.
ITableStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableStyle
Type | Name | Description |
---|---|---|
string | name | A string value indicates the name of the table style. |
Type | Description |
---|---|
ITableStyle | A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style. |
Gets the GrapeCity.Spreadsheet.TableStyle with the specified table style name.
ITableStyle this[BuiltInTableStyles tableStyle] { get; }
ReadOnly Default Property Item(tableStyle As BuiltInTableStyles) As ITableStyle
Type | Name | Description |
---|---|---|
BuiltInTableStyles | tableStyle | A BuiltInTableStyles value indicates the name of the table style. |
Type | Description |
---|---|
ITableStyle | A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style. |
Gets the ITableStyle with the specified slicer style name.
ITableStyle this[BuiltInSlicerStyles slicerStyle] { get; }
ReadOnly Default Property Item(slicerStyle As BuiltInSlicerStyles) As ITableStyle
Type | Name | Description |
---|---|---|
BuiltInSlicerStyles | slicerStyle | A BuiltInSlicerStyles value indicates the name of the slicer style. |
Type | Description |
---|---|
ITableStyle | A ITableStyle object represents the corresponding slicer style. |
Gets the GrapeCity.Spreadsheet.TableStyle at the specified index.
ITableStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableStyle
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index of the table style. |
Type | Description |
---|---|
ITableStyle | A GrapeCity.Spreadsheet.TableStyle object represents the corresponding table style. |