Enum PivotFieldSubtotalType

PivotFieldSubtotalType enumeration

Summary description for PivotFieldSubtotalType.

public enum PivotFieldSubtotalType

Values

NameValueDescription
None0Represents None subtotal type.
Automatic1Represents Automatic subtotal type.
Sum2Represents Sum subtotal type.
Count4Represents Count subtotal type.
Average8Represents Average subtotal type.
Max16Represents Max subtotal type.
Min32Represents Min subtotal type.
Product64Represents Product subtotal type.
CountNums128Represents Count Nums subtotal type.
Stdev256Represents Stdev subtotal type.
Stdevp512Represents Stdevp subtotal type.
Var1024Represents Var subtotal type.
Varp2048Represents Varp subtotal type.

See Also