TotalsCalculation enumeration

TotalsCalculation enumeration

Determines the type of calculation in the Totals row of the list column.

The TotalsCalculation type exposes the following members:

Fields

FieldDescription
SUMRepresents Sum totals calculation.
COUNTRepresents Count totals calculation.
AVERAGERepresents Average totals calculation.
MAXRepresents Max totals calculation.
MINRepresents Min totals calculation.
VARRepresents Var totals calculation.
COUNT_NUMSRepresents Count Nums totals calculation.
STD_DEVRepresents StdDev totals calculation.
NONERepresents No totals calculation.
CUSTOMRepresents custom calculation.

See Also