Aspose::Cells::Pivot::PivotFieldSubtotalType enum

PivotFieldSubtotalType enum

Summary description for PivotFieldSubtotalType.

enum class PivotFieldSubtotalType

Values

NameValueDescription
None0
Represents None subtotal type.
Automatic1
Represents Automatic subtotal type.
Sum2
Represents Sum subtotal type.
Count4
Represents Count subtotal type.
Average8
Represents Average subtotal type.
Max16
Represents Max subtotal type.
Min32
Represents Min subtotal type.
Product64
Represents Product subtotal type.
CountNums128
Represents Count Nums subtotal type.
Stdev256
Represents Stdev subtotal type.
Stdevp512
Represents Stdevp subtotal type.
Var1024
Represents Var subtotal type.
Varp2048
Represents Varp subtotal type.

See Also