Enum PivotFieldSubtotalType
Enum PivotFieldSubtotalType
Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)
Summary description for PivotFieldSubtotalType.
public enum PivotFieldSubtotalType
Fields
Automatic = 1
Represents Automatic subtotal type.
Average = 8
Represents Average subtotal type.
Count = 4
Represents Count subtotal type.
CountNums = 128
Represents Count Nums subtotal type.
Max = 16
Represents Max subtotal type.
Min = 32
Represents Min subtotal type.
None = 0
Represents None subtotal type.
Product = 64
Represents Product subtotal type.
Stdev = 256
Represents Stdev subtotal type.
Stdevp = 512
Represents Stdevp subtotal type.
Sum = 2
Represents Sum subtotal type.
Var = 1024
Represents Var subtotal type.
Varp = 2048
Represents Varp subtotal type.