Class SortingAlgorithms
Represents the algorithm to sort.
Inheritance
System.Object
SortingAlgorithms
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SortingAlgorithms : Enum
Fields
HeapSort
Represents the HeapSort Algorithm.
Declaration
public const SortingAlgorithms HeapSort
Field Value
Type |
---|
SortingAlgorithms |
InsertionSort
Represents the InsertionSort Algorithm.
Declaration
public const SortingAlgorithms InsertionSort
Field Value
Type |
---|
SortingAlgorithms |
MergeSort
Represents the Merge Algorithm.
Declaration
public const SortingAlgorithms MergeSort
Field Value
Type |
---|
SortingAlgorithms |
QuickSort
Represents the QuickSort Algorithm.
Declaration
public const SortingAlgorithms QuickSort
Field Value
Type |
---|
SortingAlgorithms |