SortMethodValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sort Method
public enum SortMethodValuespublic 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 SortMethodValuesPublic 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() |