PivotFieldSubtotalType Enum

PivotFieldSubtotalType Enum

Summary description for PivotFieldSubtotalType.


type PivotFieldSubtotalType int32

Fields

FieldDescription
NoneRepresents None subtotal type.
AutomaticRepresents Automatic subtotal type.
SumRepresents Sum subtotal type.
CountRepresents Count subtotal type.
AverageRepresents Average subtotal type.
MaxRepresents Max subtotal type.
MinRepresents Min subtotal type.
ProductRepresents Product subtotal type.
CountNumsRepresents Count Nums subtotal type.
StdevRepresents Standard Deviation subtotal type.
StdevpRepresents Standard Deviation of a Population subtotal type.
VarRepresents Variance subtotal type.
VarpRepresents Variance of a Population subtotal type.