Excel.PivotAxis enum
Represents the axis from which to get the PivotItems.
Remarks
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. |