ISortedRule
SortOnTypes Method
|
Sorts the based on the types 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 SortOnTypes(
int left,
int right,
int columnIndex
)
Sub SortOnTypes (
left As Integer,
right As Integer,
columnIndex As Integer
)
void SortOnTypes(
int left,
int right,
int columnIndex
)
abstract SortOnTypes :
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