TotalsCalculation

TotalsCalculation enumeration

Utility class containing constants. Determines the type of calculation in the Totals row of the list column.

Values

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