FieldSortValues 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.
Field Sort Type
public enum FieldSortValuespublic readonly struct FieldSortValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.FieldSortValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.FieldSortValues>type FieldSortValues = type FieldSortValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FieldSortValues>Public Enum FieldSortValuesPublic Structure FieldSortValues
Implements IEnumValue, IEnumValueFactory(Of FieldSortValues), IEquatable(Of FieldSortValues)- Inheritance
- 
				FieldSortValues
- Inheritance
- 
				FieldSortValues
Fields
| Name | Value | Description | 
|---|---|---|
| Manual | 0 | Manual Sort. When the item is serialized out as xml, its value is "manual". | 
| Ascending | 1 | Ascending. When the item is serialized out as xml, its value is "ascending". | 
| Descending | 2 | Descending. When the item is serialized out as xml, its value is "descending". | 
| Ascending | Ascending. When the item is serialized out as xml, its value is "ascending". | |
| Descending | Descending. When the item is serialized out as xml, its value is "descending". | |
| Equality(FieldSortValues, FieldSortValues) | ||
| Equals(FieldSortValues) | ||
| Equals(Object) | ||
| FieldSortValues(String) | Creates a new FieldSortValues enum instance | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<FieldSortValues>.Create(String) | ||
| Inequality(FieldSortValues, FieldSortValues) | ||
| Manual | Manual Sort. When the item is serialized out as xml, its value is "manual". | |
| ToString() |