TotalsCalculation

TotalsCalculation

Overview

TotalsCalculation is a enum in Aspose.Cells FOSS for .NET.

Represents the aggregation function shown in a table totals row cell.

This enumeration defines 10 values: None, Sum, Count, Average, Max, Min, StdDev, Var, CountNums, Custom.

Description

TotalsCalculation is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like TotalsCalculation help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NoneRepresents no total calculation
SumRepresents summing values
CountRepresents counting cells
AverageRepresents average of values
MaxRepresents maximum value
MinRepresents minimum value
StdDevRepresents standard deviation
VarRepresents variance
CountNumsRepresents counting numeric cells
CustomRepresents a user-defined total calculation

See Also