Click or drag to resize

ISortedRule SortInt Method

Sorts the integer type data with the specified column index.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SortInt(
	int left,
	int right,
	int columnIndex
)

Parameters

left
Type: System Int32
Represents the start index of the data.
right
Type: System Int32
Represents the end index of the data.
columnIndex
Type: System Int32
Reprsents the columnindex of the data.
See Also