Excel.PivotAxis enum
Represents the axis from which to get the PivotItems.
Remarks
[Api set: ExcelApi 1.9]
Fields
| column = "Column" | The column axis.
|
| data = "Data" | The data axis.
|
| filter = "Filter" | The filter axis.
|
| row = "Row" | The row axis.
|
| unknown = "Unknown" | The axis or region is unknown or unsupported.
|