[]
Specifies the type of calculation in the totals row of a table column.
public enum TotalsCalculation
Average = 2Specifies average.
Count = 3Specifies the number of non-empty cells.
CountNums = 4Specifies the number of cells with numeric values.
Custom = 9Specifies a custom calculation.
Max = 6Specifies the maximum value.
Min = 5Specifies the minimum value.
None = 0Specifies no calculation.
StdDev = 7Specifies the standard deviation.
Sum = 1Specifies the sum.
Var = 8Specifies variance.