RangeSort Method (String, SortOrder, Boolean, SortOrientation, SortDataOption)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Sorts a range.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void Sort( string Key, SortOrder Order, bool MatchCase, SortOrientation Orientation, SortDataOption DataOption )
Parameters
- Key
- Type: SystemString
The sort field. - Order
- Type: Bytescout.Spreadsheet.ConstantsSortOrder
The sort order. - MatchCase
- Type: SystemBoolean
if set to true to do a case-sensitive sort. - Orientation
- Type: Bytescout.Spreadsheet.ConstantsSortOrientation
The sort orientation. - DataOption
- Type: Bytescout.Spreadsheet.ConstantsSortDataOption
Specifies how to sort text in Key.
See Also