RuleValues Enum

Definition

Top N Evaluation Type

public enum RuleValues
public 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 RuleValues
Public Structure RuleValues
Implements IEnumValue, IEnumValueFactory(Of RuleValues), IEquatable(Of RuleValues)
Inheritance
RuleValues
Inheritance
RuleValues

Fields

RuleValues(String)

Creates a new RuleValues enum instance

All 1

All.

When the item is serialized out as xml, its value is "all".

All

All.

When the item is serialized out as xml, its value is "all".

Column 3

Column Top N.

When the item is serialized out as xml, its value is "column".

Column

Column Top N.

When the item is serialized out as xml, its value is "column".

Equals(Object)
Equals(RuleValues)
GetHashCode()
None 0

Top N None.

When the item is serialized out as xml, its value is "none".

None

Top N None.

When the item is serialized out as xml, its value is "none".

Equality(RuleValues, RuleValues)
Inequality(RuleValues, RuleValues)
Row

Row Top N.

When the item is serialized out as xml, its value is "row".

Row 2

Row Top N.

When the item is serialized out as xml, its value is "row".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<RuleValues>.Create(String)

Applies to