Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TableStyleElementType Enum

Lists table and pivot table style elements.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum TableStyleElementType

#Members

Name Description Example
WholeTable

The whole table formatting.

Table_WholeTable

HeaderRow

The table’s header row formatting.

Table_HeaderRow

TotalRow

The table’s total row formatting.

Table_TotalRow

FirstColumn

The table’s first column formatting.

Table_FirstColumn

LastColumn

The table’s last column formatting.

Table_LastColumn

FirstRowStripe

The table’s first row stripe formatting.

Table_FirstRowStripe

SecondRowStripe

The table’s second row stripe formatting.

Table_SecondRowStripe

FirstColumnStripe

The table’s first column stripe formatting.

Table_FirstColumnStripe

SecondColumnStripe

The table’s second column stripe formatting.

Table_SecondColumnStripe

FirstHeaderCell

The first cell of the table’s header row formatting.

Table_FirstHeaderCell

LastHeaderCell

The last cell of the table’s header row formatting.

Table_LastHeaderCell

FirstTotalCell

The first cell of the table’s total row formatting.

Table_FirstTotalCell

LastTotalCell

The last cell of the table’s total row formatting.

Table_LastTotalCell

FirstSubtotalColumn

The PivotTable’s first subtotal column formatting.

Spreadsheet_PivotTableElement_FirstSubtotalColumn

SecondSubtotalColumn

The PivotTable’s second subtotal column formatting.

Spreadsheet_PivotTableElement_SecondSubtotalColumn

ThirdSubtotalColumn

The PivotTable’s third subtotal column formatting.

Spreadsheet_PivotTableElement_ThirdSubtotalColumn

FirstSubtotalRow

The PivotTable’s first subtotal row formatting.

Spreadsheet_PivotTableElement_FirstSubtotalRow

SecondSubtotalRow

The PivotTable’s second subtotal row formatting.

Spreadsheet_PivotTableElement_SecondSubtotalRow

ThirdSubtotalRow

The PivotTable’s third subtotal row formatting.

Spreadsheet_PivotTableElement_ThirdSubtotalRow

BlankRow

The PivotTable’s blank row formatting.

Spreadsheet_PivotTableElement_BlankRow

FirstColumnSubheading

The PivotTable’s first column subheading formatting.

Spreadsheet_PivotTableElement_FirstColumnSubheading

SecondColumnSubheading

The PivotTable’s second column subheading formatting.

Spreadsheet_PivotTableElement_SecondColumnSubheading

ThirdColumnSubheading

The PivotTable’s third column subheading formatting.

Spreadsheet_PivotTableElement_ThirdColumnSubheading

FirstRowSubheading

The PivotTable’s first row subheading formatting.

Spreadsheet_PivotTableElement_FirstRowSubheading

SecondRowSubheading

The PivotTable’s second row subheading formatting.

Spreadsheet_PivotTableElement_SecondRowSubheading

ThirdRowSubheading

The PivotTable’s third row subheading formatting.

Spreadsheet_PivotTableElement_ThirdRowSubheading

PageFieldLabels

The PivotTable’s page field labels formatting.

Spreadsheet_PivotTableElement_PageFieldLabel

PageFieldValues

The PivotTable’s page field values formatting.

Spreadsheet_PivotTableElement_PageFieldValue

#Remarks

Refer to the following articles for details on how to create or modify table and pivot table styles:

See Also