Enum PivotTableParts
Enumeration values representing various pivot table parts.
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum PivotTableParts
Fields
Name | Description |
---|---|
BlankRow | Represents a blank row in the pivot table. |
ColumnSubHeading1 | Represents the first column sub-heading in the pivot table. |
ColumnSubHeading2 | Represents the second column sub-heading in the pivot table. |
ColumnSubHeading3 | Represents the third column sub-heading in the pivot table. |
FirstColumn | Represents the first column of the pivot table. |
FirstColumnStripe | Represents the first column stripe. |
FirstHeaderCell | Represents the first cell in the header row of the pivot table. |
FirstRowStripe | Represents the first row stripe. |
GrandTotalColumn | Represents the Grand Total column in the pivot table. |
GrandTotalRow | Represents the Grand Total row in the pivot table. |
HeaderRow | Represents the header row of the pivot table. |
None | Represents no part of pivot table. |
PageFieldsLabels | Represents labels for the page fields. |
PageFieldsValues | Represents values for the page fields. |
RowSubHeading1 | Represents the first row sub-heading in the pivot table. |
RowSubHeading2 | Represents the second row sub-heading in the pivot table. |
RowSubHeading3 | Represents the third row sub-heading in the pivot table. |
SecondColumnStripe | Represents the second column stripe. |
SecondRowStripe | Represents the second row stripe. |
SubtotalColumn1 | Represents first subtotal column in the pivot table. |
SubtotalColumn2 | Represents second subtotal column in the pivot table. |
SubtotalColumn3 | Represents the third subtotal column in the pivot table. |
SubtotalRow1 | Represents first subtotal row in the pivot table. |
SubtotalRow2 | Represents second subtotal row in the pivot table. |
SubtotalRow3 | Represents the third subtotal row in the pivot table. |
WholeTable | Represents the whole table. |