[]
Represents the table style element's type.
public enum TableStyleElementType
Public Enum TableStyleElementType
| Name | Description |
|---|---|
| FirstColumn | Represents the first column. |
| FirstColumnStripe | Represents the first column stripe. |
| FirstHeaderCell | Represents the first header cell. |
| FirstRowStripe | Represents the first row stripe. |
| FirstTotalCell | Represents the first total cell. |
| HeaderRow | Represents the header row. |
| HoveredSelectedItemWithData | Represents the hovered selected item with data. |
| HoveredSelectedItemWithNoData | Represents the hovered selected item with no data. |
| HoveredUnselectedItemWithData | Represents the hovered un-selected item with data. |
| HoveredUnselectedItemWithNoData | Represents the hovered un-selected item with no data. |
| LastColumn | Represents the last column. |
| LastHeaderCell | Represents the last header cell. |
| LastTotalCell | Represents the last total cell. |
| SecondColumnStripe | Represents the second column stripe. |
| SecondRowStripe | Represents the second row stripe. |
| SelectedItemWithData | Represents the selected item with data. |
| SelectedItemWithNoData | Represents the selected item with no data. |
| TotalRow | Represents the total row. |
| UnselectedItemWithData | Represents the un-selected item with data. |
| UnselectedItemWithNoData | Represents the un-selected item with no data. |
| WholeTable | Represents the whole table. |