RuleValues enumeration

Office 2013 and later

Top N Evaluation Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
None Top N None. When the item is serialized out as xml, its value is "none".
All All. When the item is serialized out as xml, its value is "all".
Row Row Top N. When the item is serialized out as xml, its value is "row".
Column Column Top N. When the item is serialized out as xml, its value is "column".
Show: