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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins