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
)
Sub SortFloat (
left As Integer,
right As Integer,
columnIndex As Integer
)
void SortFloat(
int left,
int right,
int columnIndex
)
abstract SortFloat :
left : int *
right : int *
columnIndex : int -> unit
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