Click or drag to resize

TotalsRowFunctionValues Enumeration

Totals Row Function Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TotalsRowFunctionValues
Members
Member nameValueDescription
None0 None.

When the item is serialized out as xml, its value is "none".

Sum1 Sum.

When the item is serialized out as xml, its value is "sum".

Minimum2 Minimum.

When the item is serialized out as xml, its value is "min".

Maximum3 Maximum.

When the item is serialized out as xml, its value is "max".

Average4 Average.

When the item is serialized out as xml, its value is "average".

Count5 Non Empty Cell Count.

When the item is serialized out as xml, its value is "count".

CountNumbers6 Count Numbers.

When the item is serialized out as xml, its value is "countNums".

StandardDeviation7 StdDev.

When the item is serialized out as xml, its value is "stdDev".

Variance8 Var.

When the item is serialized out as xml, its value is "var".

Custom9 Custom Formula.

When the item is serialized out as xml, its value is "custom".

See Also