Edit

Excel.PivotAxis enum

Represents the axis from which to get the PivotItems.

Remarks

[Api set: ExcelApi 1.9]

Fields

column = "Column"

The column axis.

  • [Api set: ExcelApi 1.9]
data = "Data"

The data axis.

  • [Api set: ExcelApi 1.9]
filter = "Filter"

The filter axis.

  • [Api set: ExcelApi 1.9]
row = "Row"

The row axis.

  • [Api set: ExcelApi 1.9]
unknown = "Unknown"

The axis or region is unknown or unsupported.

  • [Api set: ExcelApi 1.9]