Enum eTableStyleElement
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
Custom style element for a table / pivot table
public enum eTableStyleElement
Fields
BlankRow = 0Style that applies to a pivot table's blank rows.
FirstColumn = 1Style that applies to a pivot table's first column.
FirstColumnStripe = 2Style that applies to a pivot table's first column stripes.
FirstColumnSubheading = 3Style that applies to a pivot table's first column subheading.
FirstHeaderCell = 4Style that applies to a pivot table's first header row cell.
FirstRowStripe = 5Style that applies to a pivot table's first row stripes.
FirstRowSubheading = 6Style that applies to a pivot table's first row subheading.
FirstSubtotalColumn = 7Style that applies to a pivot table's first subtotal column.
FirstSubtotalRow = 8Style that applies to a pivot table's first subtotal row.
FirstTotalCell = 26Style that applies to a table's first total row cell.
HeaderRow = 9Style that applies to a pivot table's header row.
LastColumn = 10Style that applies to a pivot table's last column.
LastHeaderCell = 25Style that applies to a table's last header row cell.
LastTotalCell = 27Style that applies to a table's last total row cell.
PageFieldLabels = 11Style that applies to a pivot table's page field labels.
PageFieldValues = 12Style that applies to a pivot table's page field values.
SecondColumnStripe = 13Style that applies to a pivot table's second column stripes.
SecondColumnSubheading = 14Style that applies to a pivot table's second column subheading.
SecondRowStripe = 15Style that applies to a pivot table's second row stripes.
SecondRowSubheading = 16Style that applies to a pivot table's second row subheading.
SecondSubtotalColumn = 17Style that applies to a pivot table's second subtotal column.
SecondSubtotalRow = 18Style that applies to a pivot table's second subtotal row.
ThirdColumnSubheading = 19Style that applies to a pivot table's third column subheading.
ThirdRowSubheading = 20Style that applies to a pivot table's third row subheading.
ThirdSubtotalColumn = 21Style that applies to a pivot table's third subtotal column.
ThirdSubtotalRow = 22Style that applies to a pivot table's third subtotal row.
TotalRow = 23Style that applies to a pivot table's total row.
WholeTable = 24Style that applies to a pivot table's entire content.