[]
Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.
ITableStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableStyle
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| Type | Description |
|---|---|
| ITableStyle | The GrapeCity.Documents.Excel.TableStyle. |
Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.
ITableStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableStyle
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| ITableStyle | The GrapeCity.Documents.Excel.TableStyle. |