Aspose::Cells::Tables::TotalsCalculation enum

TotalsCalculation enum

Determines the type of calculation in the Totals row of the list column.

enum class TotalsCalculation

Values

NameValueDescription
Sum6
Represents Sum totals calculation.
Count2
Represents Count totals calculation.
Average1
Represents Average totals calculation.
Max4
Represents Max totals calculation.
Min5
Represents Min totals calculation.
Var8
Represents Var totals calculation.
CountNums3
Represents Count Nums totals calculation.
StdDev7
Represents StdDev totals calculation.
None0
Represents No totals calculation.
Custom9
Represents custom calculation.

See Also