API Reference

Enum

ExcelSubtotalFunction

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

Aggregation function used by worksheet subtotal summary rows.

Inheritance

  • Enum
  • ExcelSubtotalFunction

Usage

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

Values

public const ExcelSubtotalFunction Average #

Average visible numeric values.

Value: 0
public const ExcelSubtotalFunction Count #

Count visible numeric values.

Value: 1
public const ExcelSubtotalFunction CountNonBlank #

Count visible non-blank values.

Value: 2
public const ExcelSubtotalFunction Max #

Maximum visible numeric value.

Value: 3
public const ExcelSubtotalFunction Min #

Minimum visible numeric value.

Value: 4
public const ExcelSubtotalFunction Sum #

Sum visible numeric values.

Value: 5