TableStyleElementType enumeration

TableStyleElementType enumeration

Represents the Table or PivotTable style element type.

The TableStyleElementType type exposes the following members:

Fields

FieldDescription
BLANK_ROWTable style element that applies to PivotTable’s blank rows.
FIRST_COLUMNTable style element that applies to table’s first column.
FIRST_COLUMN_STRIPETable style element that applies to table’s first column stripes.
FIRST_COLUMN_SUBHEADINGTable style element that applies to PivotTable’s first column subheading.
FIRST_HEADER_CELLTable style element that applies to table’s first header row cell.
FIRST_ROW_STRIPETable style element that applies to table’s first row stripes.
FIRST_ROW_SUBHEADINGTable style element that applies to PivotTable’s first row subheading.
FIRST_SUBTOTAL_COLUMNTable style element that applies to PivotTable’s first subtotal column.
FIRST_SUBTOTAL_ROWTable style element that applies to pivot table’s first subtotal row.
GRAND_TOTAL_COLUMNTable style element that applies to pivot table’s grand total column.
GRAND_TOTAL_ROWTable style element that applies to pivot table’s grand total row.
FIRST_TOTAL_CELLTable style element that applies to table’s first total row cell.
HEADER_ROWTable style element that applies to table’s header row.
LAST_COLUMNTable style element that applies to table’s last column.
LAST_HEADER_CELLTable style element that applies to table’s last header row cell.
LAST_TOTAL_CELLTable style element that applies to table’s last total row cell.
PAGE_FIELD_LABELSTable style element that applies to pivot table’s page field labels.
PAGE_FIELD_VALUESTable style element that applies to pivot table’s page field values.
SECOND_COLUMN_STRIPETable style element that applies to table’s second column stripes.
SECOND_COLUMN_SUBHEADINGTable style element that applies to pivot table’s second column subheading.
SECOND_ROW_STRIPETable style element that applies to table’s second row stripes.
SECOND_ROW_SUBHEADINGTable style element that applies to pivot table’s second row subheading.
SECOND_SUBTOTAL_COLUMNTable style element that applies to PivotTable’s second subtotal column.
SECOND_SUBTOTAL_ROWTable style element that applies to PivotTable’s second subtotal row.
THIRD_COLUMN_SUBHEADINGTable style element that applies to PivotTable’s third column subheading.
THIRD_ROW_SUBHEADINGTable style element that applies to PivotTable’s third row subheading.
THIRD_SUBTOTAL_COLUMNTable style element that applies to pivot table’s third subtotal column.
THIRD_SUBTOTAL_ROWTable style element that applies to PivotTable’s third subtotal row.
TOTAL_ROWTable style element that applies to table’s total row.
WHOLE_TABLETable style element that applies to table’s entire content.

See Also