Enum PivotAreaType
Enum PivotAreaType
Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)
Indicates the type of rule being used to describe an area or aspect of the PivotTable.
public enum PivotAreaType
Fields
All = 3
Represents the whole PivotTable.
Button = 5
Represents a field button.
Data = 2
Represents something in the data area.
None = 0
No Pivot area.
Normal = 1
Represents a header or item.
Origin = 4
Represents the blank cells at the top-left of the PivotTable (top-right for RTL sheets).
TopRight = 6
Represents the blank cells at the top-right of the PivotTable (top-left for RTL sheets).