Enum SortingAlgorithms
Represents the algorithm to sort.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum SortingAlgorithms
Fields
Name | Description |
---|---|
HeapSort | Represents the HeapSort Algorithm. |
InsertionSort | Represents the InsertionSort Algorithm. |
MergeSort | Represents the Merge Algorithm. |
QuickSort | Represents the QuickSort Algorithm. |