Enum SortOrientation
SortOrientation enumeration
Represents sorting orientation
public enum SortOrientation
Values
Name | Value | Description |
---|---|---|
SortTopToBottom | 1 | Represents sorting datas from top to bottom and exchanging data row by row. |
SortLeftToRight | 2 | Represents sorting datas from left to right and exchanging data column by column. |
Remarks
SortOrientation.SortTopToBottom represents sorting datas from top to bottom and exchanging data row by row. SortOrientation.SortLeftToRight represents sorting datas from left to right and exchanging data column by column.
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop