RuleValues Enumeration
Top N Evaluation Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration RuleValues
'Usage
Dim instance As RuleValues
public enum RuleValues
Members
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". |