TableStyleElementType Enum
Lists table and pivot table style elements.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
| Name | Description | Example |
|---|---|---|
WholeTable
|
The whole table formatting. |
|
HeaderRow
|
The tableâs header row formatting. |
|
TotalRow
|
The tableâs total row formatting. |
|
FirstColumn
|
The tableâs first column formatting. |
|
LastColumn
|
The tableâs last column formatting. |
|
FirstRowStripe
|
The tableâs first row stripe formatting. |
|
SecondRowStripe
|
The tableâs second row stripe formatting. |
|
FirstColumnStripe
|
The tableâs first column stripe formatting. |
|
SecondColumnStripe
|
The tableâs second column stripe formatting. |
|
FirstHeaderCell
|
The first cell of the tableâs header row formatting. |
|
LastHeaderCell
|
The last cell of the tableâs header row formatting. |
|
FirstTotalCell
|
The first cell of the tableâs total row formatting. |
|
LastTotalCell
|
The last cell of the tableâs total row formatting. |
|
FirstSubtotalColumn
|
The PivotTableâs first subtotal column formatting. |
|
SecondSubtotalColumn
|
The PivotTableâs second subtotal column formatting. |
|
ThirdSubtotalColumn
|
The PivotTableâs third subtotal column formatting. |
|
FirstSubtotalRow
|
The PivotTableâs first subtotal row formatting. |
|
SecondSubtotalRow
|
The PivotTableâs second subtotal row formatting. |
|
ThirdSubtotalRow
|
The PivotTableâs third subtotal row formatting. |
|
BlankRow
|
The PivotTableâs blank row formatting. |
|
FirstColumnSubheading
|
The PivotTableâs first column subheading formatting. |
|
SecondColumnSubheading
|
The PivotTableâs second column subheading formatting. |
|
ThirdColumnSubheading
|
The PivotTableâs third column subheading formatting. |
|
FirstRowSubheading
|
The PivotTableâs first row subheading formatting. |
|
SecondRowSubheading
|
The PivotTableâs second row subheading formatting. |
|
ThirdRowSubheading
|
The PivotTableâs third row subheading formatting. |
|
PageFieldLabels
|
The PivotTableâs page field labels formatting. |
|
PageFieldValues
|
The PivotTableâs page field values formatting. |
|
Remarks
Refer to the following articles for details on how to create or modify table and pivot table styles:



























