ConsolidationFunction
ConsolidationFunction enumeration
Represents consolidation function.
public enum ConsolidationFunction
Values
Name | Value | Description |
---|---|---|
Sum | 0 |
Represents Sum function. |
Count | 1 |
Represents Count function. |
Average | 2 |
Represents Average function. |
Max | 3 |
Represents Max function. |
Min | 4 |
Represents Min function. |
Product | 5 |
Represents Product function. |
CountNums | 6 |
Represents Count Nums function. |
StdDev | 7 |
Represents StdDev function. |
StdDevp | 8 |
Represents StdDevp function. |
Var | 9 |
Represents Var function. |
Varp | 10 |
Represents Varp function. |
DistinctCount | 11 |
Represents Distinct Count function. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells