Click or drag to resize

DataSorter SortBy Method

Note: This API is now obsolete.

Sorts the range with the given parameter.

Namespace: Spire.Xls.Core.Spreadsheet.Sorting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is implemented")]
public void SortBy(
	int[] iColumns,
	OrderBy[] orderBy,
	Color[] colors
)

Parameters

iColumns
Type: System Int32
Column indexes to sort.
orderBy
Type: Spire.Xls OrderBy
Represents the sort order.
colors
Type: System.Drawing Color
Colors to sort by.
See Also