[]
Specifies the subtotal function.
public enum ConsolidationFunction
Public Enum ConsolidationFunction
| Name | 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. |