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 Standard Deviation subtotal type.
Stdevp512
Represents Standard Deviation of a Population subtotal type.
Var1024
Represents Variance subtotal type.
Varp2048
Represents Variance of a Population subtotal type.

See Also