[]
Specifies the subtotal function.
public enum ConsolidationFunction
Average = 10Specifies the average.
Count = 9Specifies the count.
CountNums = 8Specifies to count numerical values only.
DistinctCount = 11Specifies to count using distinct count analysis.
Max = 7Specifies the maximum.
Min = 6Specifies the minimum.
Product = 5Specifies to multiply.
StdDev = 4Specifies the standard deviation, based on a sample.
StdDevp = 3Specifies the standard deviation, based on the entire population.
Sum = 0Specifies the sum.
Unknown = 12Specifies that no subtotal function is specified.
Var = 2Specifies the variation, based on a sample.
Varp = 1Specifies the variation, based on the entire population.