SortByValues Enum

Definition

Sort By

public enum SortByValues
public readonly struct SortByValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.SortByValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.SortByValues>
type SortByValues = 
type SortByValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SortByValues>
Public Enum SortByValues
Public Structure SortByValues
Implements IEnumValue, IEnumValueFactory(Of SortByValues), IEquatable(Of SortByValues)
Inheritance
SortByValues
Inheritance
SortByValues

Fields

SortByValues(String)

Creates a new SortByValues enum instance

CellColor 1

Sort by Cell Color.

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

CellColor

Sort by Cell Color.

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

Equals(Object)
Equals(SortByValues)
FontColor

Sort by Font Color.

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

FontColor 2

Sort by Font Color.

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

GetHashCode()
Icon 3

Sort by Icon.

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

Icon

Sort by Icon.

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

Equality(SortByValues, SortByValues)
Inequality(SortByValues, SortByValues)
ToString()
Value 0

Value.

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

Value

Value.

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

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

Applies to