Represents sorting orientation
public enum SortOrientation
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.
Members
| Member Name | Description | Value |
| SortTopToBottom | Represents sorting datas from top to bottom and exchanging data row by row. | 1 |
| SortLeftToRight | Represents sorting datas from left to right and exchanging data column by column. | 2 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace