Class PivotTableParts
Enumeration values representing various pivot table parts.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class PivotTableParts : EnumFields
BlankRow
Represents a blank row in the pivot table.
Declaration
public const PivotTableParts BlankRowField Value
| Type | 
|---|
| PivotTableParts | 
ColumnSubHeading1
Represents the first column sub-heading in the pivot table.
Declaration
public const PivotTableParts ColumnSubHeading1Field Value
| Type | 
|---|
| PivotTableParts | 
ColumnSubHeading2
Represents the second column sub-heading in the pivot table.
Declaration
public const PivotTableParts ColumnSubHeading2Field Value
| Type | 
|---|
| PivotTableParts | 
ColumnSubHeading3
Represents the third column sub-heading in the pivot table.
Declaration
public const PivotTableParts ColumnSubHeading3Field Value
| Type | 
|---|
| PivotTableParts | 
FirstColumn
Represents the first column of the pivot table.
Declaration
public const PivotTableParts FirstColumnField Value
| Type | 
|---|
| PivotTableParts | 
FirstColumnStripe
Represents the first column stripe.
Declaration
public const PivotTableParts FirstColumnStripeField Value
| Type | 
|---|
| PivotTableParts | 
FirstHeaderCell
Represents the first cell in the header row of the pivot table.
Declaration
public const PivotTableParts FirstHeaderCellField Value
| Type | 
|---|
| PivotTableParts | 
FirstRowStripe
Represents the first row stripe.
Declaration
public const PivotTableParts FirstRowStripeField Value
| Type | 
|---|
| PivotTableParts | 
GrandTotalColumn
Represents the Grand Total column in the pivot table.
Declaration
public const PivotTableParts GrandTotalColumnField Value
| Type | 
|---|
| PivotTableParts | 
GrandTotalRow
Represents the Grand Total row in the pivot table.
Declaration
public const PivotTableParts GrandTotalRowField Value
| Type | 
|---|
| PivotTableParts | 
HeaderRow
Represents the header row of the pivot table.
Declaration
public const PivotTableParts HeaderRowField Value
| Type | 
|---|
| PivotTableParts | 
None
Represents no part of pivot table.
Declaration
public const PivotTableParts NoneField Value
| Type | 
|---|
| PivotTableParts | 
PageFieldsLabels
Represents labels for the page fields.
Declaration
public const PivotTableParts PageFieldsLabelsField Value
| Type | 
|---|
| PivotTableParts | 
PageFieldsValues
Represents values for the page fields.
Declaration
public const PivotTableParts PageFieldsValuesField Value
| Type | 
|---|
| PivotTableParts | 
RowSubHeading1
Represents the first row sub-heading in the pivot table.
Declaration
public const PivotTableParts RowSubHeading1Field Value
| Type | 
|---|
| PivotTableParts | 
RowSubHeading2
Represents the second row sub-heading in the pivot table.
Declaration
public const PivotTableParts RowSubHeading2Field Value
| Type | 
|---|
| PivotTableParts | 
RowSubHeading3
Represents the third row sub-heading in the pivot table.
Declaration
public const PivotTableParts RowSubHeading3Field Value
| Type | 
|---|
| PivotTableParts | 
SecondColumnStripe
Represents the second column stripe.
Declaration
public const PivotTableParts SecondColumnStripeField Value
| Type | 
|---|
| PivotTableParts | 
SecondRowStripe
Represents the second row stripe.
Declaration
public const PivotTableParts SecondRowStripeField Value
| Type | 
|---|
| PivotTableParts | 
SubtotalColumn1
Represents first subtotal column in the pivot table.
Declaration
public const PivotTableParts SubtotalColumn1Field Value
| Type | 
|---|
| PivotTableParts | 
SubtotalColumn2
Represents second subtotal column in the pivot table.
Declaration
public const PivotTableParts SubtotalColumn2Field Value
| Type | 
|---|
| PivotTableParts | 
SubtotalColumn3
Represents the third subtotal column in the pivot table.
Declaration
public const PivotTableParts SubtotalColumn3Field Value
| Type | 
|---|
| PivotTableParts | 
SubtotalRow1
Represents first subtotal row in the pivot table.
Declaration
public const PivotTableParts SubtotalRow1Field Value
| Type | 
|---|
| PivotTableParts | 
SubtotalRow2
Represents second subtotal row in the pivot table.
Declaration
public const PivotTableParts SubtotalRow2Field Value
| Type | 
|---|
| PivotTableParts | 
SubtotalRow3
Represents the third subtotal row in the pivot table.
Declaration
public const PivotTableParts SubtotalRow3Field Value
| Type | 
|---|
| PivotTableParts | 
WholeTable
Represents the whole table.
Declaration
public const PivotTableParts WholeTableField Value
| Type | 
|---|
| PivotTableParts |