API Reference

Enum

ExcelPivotDataFunction

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

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

Inheritance

  • Enum
  • ExcelPivotDataFunction

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 ExcelPivotDataFunction Average #

Represents the Open XML value average.

Value: 0
public const ExcelPivotDataFunction Count #

Represents the Open XML value count.

Value: 1
public const ExcelPivotDataFunction CountNumbers #

Represents the Open XML value countNums.

Value: 2
public const ExcelPivotDataFunction Maximum #

Represents the Open XML value max.

Value: 3
public const ExcelPivotDataFunction Minimum #

Represents the Open XML value min.

Value: 4
public const ExcelPivotDataFunction Product #

Represents the Open XML value product.

Value: 5
public const ExcelPivotDataFunction StandardDeviation #

Represents the Open XML value stdDev.

Value: 6
public const ExcelPivotDataFunction StandardDeviationP #

Represents the Open XML value stdDevp.

Value: 7
public const ExcelPivotDataFunction Sum #

Represents the Open XML value sum.

Value: 8
public const ExcelPivotDataFunction Variance #

Represents the Open XML value var.

Value: 9
public const ExcelPivotDataFunction VarianceP #

Represents the Open XML value varp.

Value: 10