Enum ExcelTotalsCalculation
Specifies the type of calculation in the Totals row of a list column.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTotalsCalculation
Fields
Name | Description |
---|---|
Average | Average. |
Count | Count of non-empty cells. |
CountNums | Count of cells with numeric values. |
Custom | Custom formula |
Max | Maximum value in the list. |
Min | Minimum value in the list. |
None | No calculation. |
StdDev | Standard deviation value. |
Sum | Sum of all values in the list column. |
Var | Variable. |