Click or drag to resize

DataSorter Sort Method

Sorts the range based on the sort fields.

Namespace: Spire.Xls.Core.Spreadsheet.Sorting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Sort(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange

Implements

IDataSort Sort(CellRange)
See Also