共用方式為


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

Name Value Description
Stroke 0

Sort by Stroke.

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

PinYin 1

PinYin Sort.

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

None 2

None.

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

Equality(SortMethodValues, SortMethodValues)
Equals(Object)
Equals(SortMethodValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SortMethodValues>.Create(String)
Inequality(SortMethodValues, SortMethodValues)
None

None.

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

PinYin

PinYin Sort.

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

SortMethodValues(String)

Creates a new SortMethodValues enum instance

Stroke

Sort by Stroke.

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

ToString()

Applies to