Enum PivotAreaType
Indicates the type of rule being used to describe an area or aspect of the PivotTable.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotAreaType
Fields
| Name | Description |
|---|---|
| All | Refers to the whole PivotTable. |
| Data | Refers to something in the data area. |
| FieldButton | Refers to a field button. |
| None | Refers to no Pivot area. |
| Normal | Refers to a header or item. |
| Orgin | Refers to the blank cells at the top-left of the PivotTable. |
| TopEnd | Refers to the blank cells at the top of the PivotTable, on its trailing edge |
| TopRight | Refers to the blank cells at the top right of the PivotTable, on its trailing edge |