menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SortingAlgorithms - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved