SortByValues 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 By
public enum SortByValues
public readonly struct SortByValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.SortByValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.SortByValues>
type SortByValues =
type SortByValues = struct
interface IEnumValue
interface IEnumValueFactory<SortByValues>
Public Enum SortByValues
Public Structure SortByValues
Implements IEnumValue, IEnumValueFactory(Of SortByValues), IEquatable(Of SortByValues)
- Inheritance
-
SortByValues
- Inheritance
-
SortByValues
Fields
Name | Value | Description |
---|---|---|
Value | 0 | Value. When the item is serialized out as xml, its value is "value". |
CellColor | 1 | Sort by Cell Color. When the item is serialized out as xml, its value is "cellColor". |
FontColor | 2 | Sort by Font Color. When the item is serialized out as xml, its value is "fontColor". |
Icon | 3 | Sort by Icon. When the item is serialized out as xml, its value is "icon". |
CellColor | Sort by Cell Color. When the item is serialized out as xml, its value is "cellColor". |
|
Equality(SortByValues, SortByValues) | ||
Equals(Object) | ||
Equals(SortByValues) | ||
FontColor | Sort by Font Color. When the item is serialized out as xml, its value is "fontColor". |
|
GetHashCode() | ||
Icon | Sort by Icon. When the item is serialized out as xml, its value is "icon". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SortByValues>.Create(String) | ||
Inequality(SortByValues, SortByValues) | ||
SortByValues(String) | Creates a new SortByValues enum instance |
|
ToString() | ||
Value | Value. When the item is serialized out as xml, its value is "value". |