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: 35.0.30.1025

Syntax

C#
public void Sort(
	IEnumerable<SortDescription> sortDescriptions
)
Visual Basic
Public Sub Sort ( _
	sortDescriptions As IEnumerable(Of SortDescription) _
)

Parameters

sortDescriptions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SortDescription>)>)>
The sort descriptions that specify columns by which to sort.

See Also