SortValues Enum

Definition

Set Sort Order

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

Fields

SortValues(String)

Creates a new SortValues enum instance

Ascending 1

Ascending.

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

Ascending

Ascending.

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

AscendingAlpha 3

Ascending Alpha.

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

AscendingAlpha

Ascending Alpha.

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

AscendingNatural 5

Ascending Natural.

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

AscendingNatural

Ascending Natural.

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

Descending 2

Descending.

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

Descending

Descending.

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

DescendingAlpha 4

Alphabetic Order Descending.

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

DescendingAlpha

Alphabetic Order Descending.

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

DescendingNatural

Natural Order Descending.

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

DescendingNatural 6

Natural Order Descending.

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

Equals(SortValues)
Equals(Object)
GetHashCode()
None 0

None.

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

None

None.

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

Equality(SortValues, SortValues)
Inequality(SortValues, SortValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SortValues>.Create(String)

Applies to