API Reference

Enum

ExcelPivotTableAxis

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.

Inheritance

  • Enum
  • ExcelPivotTableAxis

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelPivotTableAxis AxisRow #

Represents the Open XML value axisRow.

Value: 0
public const ExcelPivotTableAxis AxisColumn #

Represents the Open XML value axisCol.

Value: 1
public const ExcelPivotTableAxis AxisPage #

Represents the Open XML value axisPage.

Value: 2
public const ExcelPivotTableAxis AxisValues #

Represents the Open XML value axisValues.

Value: 3