API Reference

Enum

ExcelTableTotalsFunction

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

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

Inheritance

  • Enum
  • ExcelTableTotalsFunction

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 ExcelTableTotalsFunction None #

Represents the Open XML value none.

Value: 0
public const ExcelTableTotalsFunction Sum #

Represents the Open XML value sum.

Value: 1
public const ExcelTableTotalsFunction Minimum #

Represents the Open XML value min.

Value: 2
public const ExcelTableTotalsFunction Maximum #

Represents the Open XML value max.

Value: 3
public const ExcelTableTotalsFunction Average #

Represents the Open XML value average.

Value: 4
public const ExcelTableTotalsFunction Count #

Represents the Open XML value count.

Value: 5
public const ExcelTableTotalsFunction CountNumbers #

Represents the Open XML value countNums.

Value: 6
public const ExcelTableTotalsFunction StandardDeviation #

Represents the Open XML value stdDev.

Value: 7
public const ExcelTableTotalsFunction Variance #

Represents the Open XML value var.

Value: 8
public const ExcelTableTotalsFunction Custom #

Represents the Open XML value custom.

Value: 9