Table of Contents

Enum SortedWayType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents the algorithm to sort.

public enum SortedWayType

Fields

HeapSort = 1

Represents the Heap sort rule.

InsertionSort = 2

Represents the Insertion sort rule.

QuickSort = 0

Represents the Quick sort rule.