TotalsCalculation Enumeration
In This Topic
Specifies the type of calculation in the totals row of a table column.
Members
Member | Description |
Average | Specifies average. |
Count | Specifies the number of non-empty cells. |
CountNums | Specifies the number of cells with numeric values. |
Custom | Specifies a custom calculation. |
Max | Specifies the maximum value. |
Min | Specifies the minimum value. |
None | Specifies no calculation. |
StdDev | Specifies the standard deviation. |
Sum | Specifies the sum. |
Var | Specifies variance. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.TotalsCalculation
See Also