TableStyleElementType Enum
Contents
[
Hide
]TableStyleElementType Enum
Represents the Table or PivotTable style element type.
type TableStyleElementType int32
Fields
| Field | Description |
|---|---|
| BlankRow | Table style element that applies to PivotTable’s blank rows. |
| FirstColumn | Table style element that applies to table’s first column. |
| FirstColumnStripe | Table style element that applies to table’s first column stripes. |
| FirstColumnSubheading | Table style element that applies to PivotTable’s first column subheading. |
| FirstHeaderCell | Table style element that applies to table’s first header row cell. |
| FirstRowStripe | Table style element that applies to table’s first row stripes. |
| FirstRowSubheading | Table style element that applies to PivotTable’s first row subheading. |
| FirstSubtotalColumn | Table style element that applies to PivotTable’s first subtotal column. |
| FirstSubtotalRow | Table style element that applies to pivot table’s first subtotal row. |
| GrandTotalColumn | Table style element that applies to pivot table’s grand total column. |
| GrandTotalRow | Table style element that applies to pivot table’s grand total row. |
| FirstTotalCell | Table style element that applies to table’s first total row cell. |
| HeaderRow | Table style element that applies to table’s header row. |
| LastColumn | Table style element that applies to table’s last column. |
| LastHeaderCell | Table style element that applies to table’s last header row cell. |
| LastTotalCell | Table style element that applies to table’s last total row cell. |
| PageFieldLabels | Table style element that applies to pivot table’s page field labels. |
| PageFieldValues | Table style element that applies to pivot table’s page field values. |
| SecondColumnStripe | Table style element that applies to table’s second column stripes. |
| SecondColumnSubheading | Table style element that applies to pivot table’s second column subheading. |
| SecondRowStripe | Table style element that applies to table’s second row stripes. |
| SecondRowSubheading | Table style element that applies to pivot table’s second row subheading. |
| SecondSubtotalColumn | Table style element that applies to PivotTable’s second subtotal column. |
| SecondSubtotalRow | Table style element that applies to PivotTable’s second subtotal row. |
| ThirdColumnSubheading | Table style element that applies to PivotTable’s third column subheading. |
| ThirdRowSubheading | Table style element that applies to PivotTable’s third row subheading. |
| ThirdSubtotalColumn | Table style element that applies to pivot table’s third subtotal column. |
| ThirdSubtotalRow | Table style element that applies to PivotTable’s third subtotal row. |
| TotalRow | Table style element that applies to table’s total row. |
| WholeTable | Table style element that applies to table’s entire content. |