Table of Contents

Enum eTableStyleElement

Namespace
OfficeOpenXml.Style
Assembly
EPPlus.dll

Custom style element for a table / pivot table

public enum eTableStyleElement

Fields

BlankRow = 0

Style that applies to a pivot table's blank rows.

FirstColumn = 1

Style that applies to a pivot table's first column.

FirstColumnStripe = 2

Style that applies to a pivot table's first column stripes.

FirstColumnSubheading = 3

Style that applies to a pivot table's first column subheading.

FirstHeaderCell = 4

Style that applies to a pivot table's first header row cell.

FirstRowStripe = 5

Style that applies to a pivot table's first row stripes.

FirstRowSubheading = 6

Style that applies to a pivot table's first row subheading.

FirstSubtotalColumn = 7

Style that applies to a pivot table's first subtotal column.

FirstSubtotalRow = 8

Style that applies to a pivot table's first subtotal row.

FirstTotalCell = 26

Style that applies to a table's first total row cell.

HeaderRow = 9

Style that applies to a pivot table's header row.

LastColumn = 10

Style that applies to a pivot table's last column.

LastHeaderCell = 25

Style that applies to a table's last header row cell.

LastTotalCell = 27

Style that applies to a table's last total row cell.

PageFieldLabels = 11

Style that applies to a pivot table's page field labels.

PageFieldValues = 12

Style that applies to a pivot table's page field values.

SecondColumnStripe = 13

Style that applies to a pivot table's second column stripes.

SecondColumnSubheading = 14

Style that applies to a pivot table's second column subheading.

SecondRowStripe = 15

Style that applies to a pivot table's second row stripes.

SecondRowSubheading = 16

Style that applies to a pivot table's second row subheading.

SecondSubtotalColumn = 17

Style that applies to a pivot table's second subtotal column.

SecondSubtotalRow = 18

Style that applies to a pivot table's second subtotal row.

ThirdColumnSubheading = 19

Style that applies to a pivot table's third column subheading.

ThirdRowSubheading = 20

Style that applies to a pivot table's third row subheading.

ThirdSubtotalColumn = 21

Style that applies to a pivot table's third subtotal column.

ThirdSubtotalRow = 22

Style that applies to a pivot table's third subtotal row.

TotalRow = 23

Style that applies to a pivot table's total row.

WholeTable = 24

Style that applies to a pivot table's entire content.