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