Enum TotalsCalculation

TotalsCalculation enumeration

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

public enum TotalsCalculation

Values

NameValueDescription
Sum6Represents Sum totals calculation.
Count2Represents Count totals calculation.
Average1Represents Average totals calculation.
Max4Represents Max totals calculation.
Min5Represents Min totals calculation.
Var8Represents Var totals calculation.
CountNums3Represents Count Nums totals calculation.
StdDev7Represents StdDev totals calculation.
None0Represents No totals calculation.
Custom9Represents custom calculation.

See Also