RuleValues enumeration
Office 2013 and later
Top N Evaluation Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: