Class SortOrientation
Represents the sort orientation.
Inheritance
System.Object
SortOrientation
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SortOrientation : Enum
Fields
LeftToRight
Sorts the range from Left to Right.
Declaration
public const SortOrientation LeftToRight
Field Value
Type |
---|
SortOrientation |
TopToBottom
Sorts the range from top to Bottom.
Declaration
public const SortOrientation TopToBottom
Field Value
Type |
---|
SortOrientation |