Click or drag to resize

ISortedRule SortFloat Method

Sorts the Float values with the specified column.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SortFloat(
	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