CellRange Sort Method ( SortDescription )GemBox.Spreadsheet Help
Sorts the rows of this CellRange by comparing values of ExcelCells in columns specified by sortDescriptions.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public void Sort(
	params SortDescription[] sortDescriptions
)

Parameters

sortDescriptions
Type:  GemBox.Spreadsheet SortDescription 
The sort descriptions that specify columns by which to sort.
See Also