PivotFieldSubtotalType enumeration

PivotFieldSubtotalType enumeration

Summary description for PivotFieldSubtotalType.

The PivotFieldSubtotalType type exposes the following members:

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.
COUNT_NUMSRepresents 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.

See Also