TableStyleElementType Enum

TableStyleElementType Enum

Represents the Table or PivotTable style element type.


type TableStyleElementType int32

Fields

FieldDescription
BlankRowTable style element that applies to PivotTable’s blank rows.
FirstColumnTable style element that applies to table’s first column.
FirstColumnStripeTable style element that applies to table’s first column stripes.
FirstColumnSubheadingTable style element that applies to PivotTable’s first column subheading.
FirstHeaderCellTable style element that applies to table’s first header row cell.
FirstRowStripeTable style element that applies to table’s first row stripes.
FirstRowSubheadingTable style element that applies to PivotTable’s first row subheading.
FirstSubtotalColumnTable style element that applies to PivotTable’s first subtotal column.
FirstSubtotalRowTable style element that applies to pivot table’s first subtotal row.
GrandTotalColumnTable style element that applies to pivot table’s grand total column.
GrandTotalRowTable style element that applies to pivot table’s grand total row.
FirstTotalCellTable style element that applies to table’s first total row cell.
HeaderRowTable style element that applies to table’s header row.
LastColumnTable style element that applies to table’s last column.
LastHeaderCellTable style element that applies to table’s last header row cell.
LastTotalCellTable style element that applies to table’s last total row cell.
PageFieldLabelsTable style element that applies to pivot table’s page field labels.
PageFieldValuesTable style element that applies to pivot table’s page field values.
SecondColumnStripeTable style element that applies to table’s second column stripes.
SecondColumnSubheadingTable style element that applies to pivot table’s second column subheading.
SecondRowStripeTable style element that applies to table’s second row stripes.
SecondRowSubheadingTable style element that applies to pivot table’s second row subheading.
SecondSubtotalColumnTable style element that applies to PivotTable’s second subtotal column.
SecondSubtotalRowTable style element that applies to PivotTable’s second subtotal row.
ThirdColumnSubheadingTable style element that applies to PivotTable’s third column subheading.
ThirdRowSubheadingTable style element that applies to PivotTable’s third row subheading.
ThirdSubtotalColumnTable style element that applies to pivot table’s third subtotal column.
ThirdSubtotalRowTable style element that applies to PivotTable’s third subtotal row.
TotalRowTable style element that applies to table’s total row.
WholeTableTable style element that applies to table’s entire content.