Sorts the range based on the sort fields.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Sort(
CellRange range
)
Sub Sort (
range As CellRange
)
void Sort(
CellRange^ range
)
abstract Sort :
range : CellRange -> unit
Parameters
-
range
-
Type:
Spire.Xls
CellRange
See Also