TotalsCalculation Enum
TotalsCalculation Enum
Determines the type of calculation in the Totals row of the list column.
type TotalsCalculation int32
Fields
Field | Description |
---|---|
Sum | Represents Sum totals calculation. |
Count | Represents Count totals calculation. |
Average | Represents Average totals calculation. |
Max | Represents Max totals calculation. |
Min | Represents Min totals calculation. |
Var | Represents Var totals calculation. |
CountNums | Represents Count Nums totals calculation. |
StdDev | Represents StdDev totals calculation. |
None | Represents No totals calculation. |
Custom | Represents custom calculation. |