Expand Minimize
This topic has not yet been rated - Rate this topic

TotalsRowFunctionValues enumeration

Totals Row Function Types

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
public enum TotalsRowFunctionValues
Member nameDescription
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".
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.