SortedWayType Enumeration
|
Represents the algorithm to sort.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SortedWayType
Public Enumeration SortedWayType
public enum class SortedWayType
Members
|
|
Member name
|
Value
|
Description
|
|
|
QuickSort
|
0
|
Represents the Quick sort rule.
|
|
|
HeapSort
|
1
|
Represents the Heap sort rule.
|
|
|
InsertionSort
|
2
|
Represents the Insertion sort rule.
|
See Also