TotalsCalculation enumeration
TotalsCalculation enumeration
Determines the type of calculation in the Totals row of the list column.
The TotalsCalculation type exposes the following members:
Fields
| Field | Description |
|---|---|
| SUM | Represents Sum totals calculation. |
| COUNT | Represents Count totals calculation. |
| AVERAGE | Represents Average totals calculation. |
| MAX | Represents Max totals calculation. |
| MIN | Represents Min totals calculation. |
| VAR | Represents Var totals calculation. |
| COUNT_NUMS | Represents Count Nums totals calculation. |
| STD_DEV | Represents StdDev totals calculation. |
| NONE | Represents No totals calculation. |
| CUSTOM | Represents custom calculation. |
See Also
- module
aspose.cells.tables