TotalsRowFunctionValues enumeration
Office 2013 and later
Totals Row Function Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | None. When the item is serialized out as xml, its value is "none". | |
| Sum | Sum. When the item is serialized out as xml, its value is "sum". | |
| Minimum | Minimum. When the item is serialized out as xml, its value is "min". | |
| Maximum | Maximum. When the item is serialized out as xml, its value is "max". | |
| Average | Average. When the item is serialized out as xml, its value is "average". | |
| Count | Non Empty Cell Count. When the item is serialized out as xml, its value is "count". | |
| CountNumbers | Count Numbers. When the item is serialized out as xml, its value is "countNums". | |
| StandardDeviation | StdDev. When the item is serialized out as xml, its value is "stdDev". | |
| Variance | Var. When the item is serialized out as xml, its value is "var". | |
| Custom | Custom Formula. When the item is serialized out as xml, its value is "custom". |
Show: