RuleValues Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Top N Evaluation Type
public enum RuleValuespublic readonly struct RuleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.RuleValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.RuleValues>type RuleValues = type RuleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<RuleValues>Public Enum RuleValuesPublic Structure RuleValues
Implements IEnumValue, IEnumValueFactory(Of RuleValues), IEquatable(Of RuleValues)- Inheritance
- 
				RuleValues
- Inheritance
- 
				RuleValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | Top N None. When the item is serialized out as xml, its value is "none". | 
| All | 1 | All. When the item is serialized out as xml, its value is "all". | 
| Row | 2 | Row Top N. When the item is serialized out as xml, its value is "row". | 
| Column | 3 | Column Top N. When the item is serialized out as xml, its value is "column". | 
| All | All. When the item is serialized out as xml, its value is "all". | |
| Column | Column Top N. When the item is serialized out as xml, its value is "column". | |
| Equality(RuleValues, RuleValues) | ||
| Equals(Object) | ||
| Equals(RuleValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RuleValues>.Create(String) | ||
| Inequality(RuleValues, RuleValues) | ||
| None | Top N None. When the item is serialized out as xml, its value is "none". | |
| Row | Row Top N. When the item is serialized out as xml, its value is "row". | |
| RuleValues(String) | Creates a new RuleValues enum instance | |
| ToString() |