SortMethodValues Enum

Definition

Sort Method

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

Fields

SortMethodValues(String)

Creates a new SortMethodValues enum instance

Equals(Object)
Equals(SortMethodValues)
GetHashCode()
None

None.

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

None 2

None.

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

Equality(SortMethodValues, SortMethodValues)
Inequality(SortMethodValues, SortMethodValues)
PinYin 1

PinYin Sort.

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

PinYin

PinYin Sort.

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

Stroke

Sort by Stroke.

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

Stroke 0

Sort by Stroke.

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

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

Applies to