[]
Specifies consolidation function for sheet subtotals.
public enum ConsolidationFunction
Name | Description |
---|---|
Average | Represents Average function. |
Count | Represents Count function. |
CountNums | Represents Count Numbers function. |
Max | Represents Max function. |
Min | Represents Min function. |
Product | Represents Product function. |
StdDev | Represents StdDev function. |
StdDevp | Represents StdDevp function. |
Sum | Represents Sum function. |
Var | Represents Var function. |
Varp | Represents Varp function. |