Class OrderBy
Represents the sort order.
Inheritance
System.Object
OrderBy
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class OrderBy : Enum
Fields
Ascending
Represent the ascending sort.
Declaration
public const OrderBy Ascending
Field Value
Type |
---|
OrderBy |
Descending
Represent the descending sort.
Declaration
public const OrderBy Descending
Field Value
Type |
---|
OrderBy |
OnBottom
Represents the position of value in the sort list. Note: Applicable only to CellColor and FontColor type.
Declaration
public const OrderBy OnBottom
Field Value
Type |
---|
OrderBy |
OnTop
Represents the position value in the sort list Note:Applicable only to CellColor and FontColor
Declaration
public const OrderBy OnTop
Field Value
Type |
---|
OrderBy |