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 Stdev subtotal type.
STDEVPRepresents Stdevp subtotal type.
VARRepresents Var subtotal type.
VARPRepresents Varp subtotal type.

See Also