Enum eTableStyleElement
Custom style element for a table / pivot table
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum eTableStyleElement
Fields
Name | Description |
---|---|
BlankRow | Style that applies to a pivot table's blank rows. |
FirstColumn | Style that applies to a pivot table's first column. |
FirstColumnStripe | Style that applies to a pivot table's first column stripes. |
FirstColumnSubheading | Style that applies to a pivot table's first column subheading. |
FirstHeaderCell | Style that applies to a pivot table's first header row cell. |
FirstRowStripe | Style that applies to a pivot table's first row stripes. |
FirstRowSubheading | Style that applies to a pivot table's first row subheading. |
FirstSubtotalColumn | Style that applies to a pivot table's first subtotal column. |
FirstSubtotalRow | Style that applies to a pivot table's first subtotal row. |
FirstTotalCell | Style that applies to a table's first total row cell. |
HeaderRow | Style that applies to a pivot table's header row. |
LastColumn | Style that applies to a pivot table's last column. |
LastHeaderCell | Style that applies to a table's last header row cell. |
LastTotalCell | Style that applies to a table's last total row cell. |
PageFieldLabels | Style that applies to a pivot table's page field labels. |
PageFieldValues | Style that applies to a pivot table's page field values. |
SecondColumnStripe | Style that applies to a pivot table's second column stripes. |
SecondColumnSubheading | Style that applies to a pivot table's second column subheading. |
SecondRowStripe | Style that applies to a pivot table's second row stripes. |
SecondRowSubheading | Style that applies to a pivot table's second row subheading. |
SecondSubtotalColumn | Style that applies to a pivot table's second subtotal column. |
SecondSubtotalRow | Style that applies to a pivot table's second subtotal row. |
ThirdColumnSubheading | Style that applies to a pivot table's third column subheading. |
ThirdRowSubheading | Style that applies to a pivot table's third row subheading. |
ThirdSubtotalColumn | Style that applies to a pivot table's third subtotal column. |
ThirdSubtotalRow | Style that applies to a pivot table's third subtotal row. |
TotalRow | Style that applies to a pivot table's total row. |
WholeTable | Style that applies to a pivot table's entire content. |