Aspose::Cells::Pivot::PivotAreaType enum

PivotAreaType enum

Indicates the type of rule being used to describe an area or aspect of the PivotTable.

enum class PivotAreaType

Values

NameValueDescription
None0
No Pivot area.
Normal1
Represents a header or item.
Data2
Represents something in the data area.
All3
Represents the whole PivotTable.
Origin4
Represents the blank cells at the top-left of the PivotTable (top-right for RTL sheets).
Button5
Represents a field button.
TopRight6
Represents the blank cells at the top-right of the PivotTable (top-left for RTL sheets).

See Also