Aspose::Cells::Tables::TableStyleElementType enum

TableStyleElementType enum

Represents the Table or PivotTable style element type.

enum class TableStyleElementType

Values

NameValueDescription
BlankRow18
Table style element that applies to PivotTable’s blank rows.
FirstColumn8
Table style element that applies to table’s first column.
FirstColumnStripe3
Table style element that applies to table’s first column stripes.
FirstColumnSubheading22
Table style element that applies to PivotTable’s first column subheading.
FirstHeaderCell11
Table style element that applies to table’s first header row cell.
FirstRowStripe5
Table style element that applies to table’s first row stripes.
FirstRowSubheading25
Table style element that applies to PivotTable’s first row subheading.
FirstSubtotalColumn15
Table style element that applies to PivotTable’s first subtotal column.
FirstSubtotalRow19
Table style element that applies to pivot table’s first subtotal row.
GrandTotalColumn28
Table style element that applies to pivot table’s grand total column.
GrandTotalRow29
Table style element that applies to pivot table’s grand total row.
FirstTotalCell13
Table style element that applies to table’s first total row cell.
HeaderRow9
Table style element that applies to table’s header row.
LastColumn7
Table style element that applies to table’s last column.
LastHeaderCell12
Table style element that applies to table’s last header row cell.
LastTotalCell14
Table style element that applies to table’s last total row cell.
PageFieldLabels1
Table style element that applies to pivot table’s page field labels.
PageFieldValues2
Table style element that applies to pivot table’s page field values.
SecondColumnStripe4
Table style element that applies to table’s second column stripes.
SecondColumnSubheading23
Table style element that applies to pivot table’s second column subheading.
SecondRowStripe6
Table style element that applies to table’s second row stripes.
SecondRowSubheading26
Table style element that applies to pivot table’s second row subheading.
SecondSubtotalColumn16
Table style element that applies to PivotTable’s second subtotal column.
SecondSubtotalRow20
Table style element that applies to PivotTable’s second subtotal row.
ThirdColumnSubheading24
Table style element that applies to PivotTable’s third column subheading.
ThirdRowSubheading27
Table style element that applies to PivotTable’s third row subheading.
ThirdSubtotalColumn17
Table style element that applies to pivot table’s third subtotal column.
ThirdSubtotalRow21
Table style element that applies to PivotTable’s third subtotal row.
TotalRow10
Table style element that applies to table’s total row.
WholeTable0
Table style element that applies to table’s entire content.

See Also