[]
Gets a table style by name.
public TableStyle this[string styleName] { get; }
Public ReadOnly Default Property Item(styleName As String) As TableStyle
Type | Name | Description |
---|---|---|
string | styleName | Style name. |
Type | Description |
---|---|
TableStyle | A TableStyle object. |
Gets a TableStyle object.
public TableStyle this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TableStyle
Type | Name | Description |
---|---|---|
int | index | Item index. |
Type | Description |
---|---|
TableStyle | A TableStyle object. |