API Reference

Enum

ExcelPivotShowDataAs

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

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

Inheritance

  • Enum
  • ExcelPivotShowDataAs

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 ExcelPivotShowDataAs Normal #

Represents the Open XML value normal.

Value: 0
public const ExcelPivotShowDataAs Difference #

Represents the Open XML value difference.

Value: 1
public const ExcelPivotShowDataAs Percent #

Represents the Open XML value percent.

Value: 2
public const ExcelPivotShowDataAs PercentageDifference #

Represents the Open XML value percentDiff.

Value: 3
public const ExcelPivotShowDataAs RunTotal #

Represents the Open XML value runTotal.

Value: 4
public const ExcelPivotShowDataAs PercentOfRow #

Represents the Open XML value percentOfRow.

Value: 5
public const ExcelPivotShowDataAs PercentOfColumn #

Represents the Open XML value percentOfCol.

Value: 6
public const ExcelPivotShowDataAs PercentOfTotal #

Represents the Open XML value percentOfTotal.

Value: 7
public const ExcelPivotShowDataAs Index #

Represents the Open XML value index.

Value: 8