PivotAreaType Enum
PivotAreaType Enum
Indicates the type of rule being used to describe an area or aspect of the PivotTable.
type PivotAreaType int32
Fields
| Field | Description |
|---|---|
| None | No Pivot area. |
| Normal | Represents a header or item. |
| Data | Represents something in the data area. |
| All | Represents the whole PivotTable. |
| Origin | Represents the blank cells at the top-left of the PivotTable (top-right for RTL sheets). |
| Button | Represents a field button. |
| TopRight | Represents the blank cells at the top-right of the PivotTable (top-left for RTL sheets). |