[]
An enumeration that specifies what function is used to aggregate the data in a column before it is displayed in the totals row.
public enum TotalsCalculation
Public Enum TotalsCalculation
Name | Description |
---|---|
Average | Represents the arithmetic mean. |
Count | Represents a count of the number of non-empty cells. |
CountNumbers | Represents the number of cells that contains numbers. |
Custom | Represents the custom formula. |
Max | Represents the largest value. |
Min | Represents the smallest value. |
None | No total row. |
StdDev | Represents the estimated standard deviation. |
Sum | Represents the arithmetic sum. |
Var | Represents the estimated variance. |