ConsolidationFunction Enumeration
In This Topic
Specifies the subtotal function.
Members
Member | Description |
Average | Specifies the average. |
Count | Specifies the count. |
CountNums | Specifies to count numerical values only. |
DistinctCount | Specifies to count using distinct count analysis. |
Max | Specifies the maximum. |
Min | Specifies the minimum. |
Product | Specifies to multiply. |
StdDev | Specifies the standard deviation, based on a sample. |
StdDevp | Specifies the standard deviation, based on the entire population. |
Sum | Specifies the sum. |
Unknown | Specifies that no subtotal function is specified. |
Var | Specifies the variation, based on a sample. |
Varp | Specifies the variation, based on the entire population. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.ConsolidationFunction
See Also