Class PivotAreaType
Indicates the type of rule being used to describe an area or aspect of the PivotTable.
Inheritance
System.Object
PivotAreaType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PivotAreaType : Enum
Fields
All
Refers to the whole PivotTable.
Declaration
public const PivotAreaType All
Field Value
Type |
---|
PivotAreaType |
Data
Refers to something in the data area.
Declaration
public const PivotAreaType Data
Field Value
Type |
---|
PivotAreaType |
FieldButton
Refers to a field button.
Declaration
public const PivotAreaType FieldButton
Field Value
Type |
---|
PivotAreaType |
None
Refers to no Pivot area.
Declaration
public const PivotAreaType None
Field Value
Type |
---|
PivotAreaType |
Normal
Refers to a header or item.
Declaration
public const PivotAreaType Normal
Field Value
Type |
---|
PivotAreaType |
Orgin
Refers to the blank cells at the top-left of the PivotTable.
Declaration
public const PivotAreaType Orgin
Field Value
Type |
---|
PivotAreaType |
TopEnd
Refers to the blank cells at the top of the PivotTable, on its trailing edge
Declaration
public const PivotAreaType TopEnd
Field Value
Type |
---|
PivotAreaType |
TopRight
Refers to the blank cells at the top right of the PivotTable, on its trailing edge
Declaration
public const PivotAreaType TopRight
Field Value
Type |
---|
PivotAreaType |