officefileapi-devexpress-dot-spreadsheet-b5cadc32.md
Lists table and pivot table style elements.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum TableStyleElementType
Public Enum TableStyleElementType
| 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.
|
|
Refer to the following articles for details on how to create or modify table and pivot table styles:
See Also