Class SortOrder
Represents sorting order
Inheritance
System.Object
SortOrder
Namespace: IronXL
Assembly: IronXL.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
A-Z, oldest to newest, smallest to largest
Declaration
public const SortOrder Ascending
Field Value
Type | Description |
---|---|
SortOrder |
Descending
Z-A, newest to oldest, largest to smallest
Declaration
public const SortOrder Descending
Field Value
Type | Description |
---|---|
SortOrder |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |