RangeSort Method (String, SortOrder, Boolean, SortOrientation, SortDataOption)Bytescout Spreadsheet SDK
Sorts a range.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-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

Reference