Aspose::Cells::ConsolidationFunction enum

ConsolidationFunction enum

Represents consolidation function.

enum class ConsolidationFunction

Values

NameValueDescription
Sum0
Represents Sum function.
Count1
Represents Count function.
Average2
Represents Average function.
Max3
Represents Max function.
Min4
Represents Min function.
Product5
Represents Product function.
CountNums6
Represents Count Nums function.
StdDev7
Represents StdDev function.
StdDevp8
Represents StdDevp function.
Var9
Represents Var function.
Varp10
Represents Varp function.
DistinctCount11
Represents Distinct Count function.

See Also