[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SubtotalType

SubtotalType Enum

Specifies the type of subtotal for the specified pivot field.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
[Flags]
public enum SubtotalType
<Flags>
Public Enum SubtotalType

Fields

Name Description
Automatic

Specifies that the subtotal type is the same as the value of PivotDataConsolidationFunction. If Automatic is used, all other subtotals should be removed.

Average

Specifies the average.

Count

Specifies the number of values.

CountNums

Specifies the number of numeric values.

Max

Specifies the maximum.

Min

Specifies the minimum.

None

Specifies no subtotal is used.

Product

Specifies the product.

StdDev

Specifies StdDev.

StdDevP

Specifies StdDevP.

Sum

Specifies sum.

Var

Specifies Var.

VarP

Specifies VarP.