TotalsCalculation Enum

TotalsCalculation Enum

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


type TotalsCalculation int32

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.
CountNumsRepresents Count Nums totals calculation.
StdDevRepresents StdDev totals calculation.
NoneRepresents No totals calculation.
CustomRepresents custom calculation.