Intializes a new instance of the SortRange class by specifing a worksheet range and sort orientation.
Parameters
- worksheet
- The Worksheet that contains the range.
- startRow
- The start row of the range.
- startColumn
- The start column of the range.
- rows
- The number of the rows.
- columns
- The number of the columns
- orientation
- The sort orientation: top to bottom or left to right.
- isCaseSensitive
- Determines whether the sort datas is case sensitive if datas are string
See Also
SortRange Class | Aspose.Grid.Desktop Namespace