[]
Represents the table style element's type.
public enum TableStyleElementType
Public Enum TableStyleElementType
| Name | Description |
|---|---|
| BlankRow | Represents the blank row. |
| FirstColumn | Represents the first column. |
| FirstColumnStripe | Represents the first column stripe. |
| FirstHeaderCell | Represents the first header cell. |
| FirstRowStripe | Represents the first row stripe. |
| FirstSubTotalColumn | Represents the first sub total column. |
| FirstSubTotalRow | Represents the first sub total row. |
| FirstSubheadingColumn | Represents the first sub header column. |
| FirstSubheadingRow | Represents the first sub header row. |
| 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. |
| ReportFilterLabels | Represents the report filter labels. |
| ReportFilterValues | Represents the report filter values. |
| SecondColumnStripe | Represents the second column stripe. |
| SecondRowStripe | Represents the second row stripe. |
| SecondSubTotalColumn | Represents the second sub total column. |
| SecondSubTotalRow | Represents the second sub total row. |
| SecondSubheadingColumn | Represents the second sub header column. |
| SecondSubheadingRow | Represents the second sub header row. |
| SelectedItemWithData | Represents the selected item with data. |
| SelectedItemWithNoData | Represents the selected item with no data. |
| ThirdSubTotalColumn | Represents the third sub total column. |
| ThirdSubTotalRow | Represents the third sub total row. |
| ThirdSubheadingColumn | Represents the third sub header column. |
| ThirdSubheadingRow | Represents the third sub header row. |
| 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. |