menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISortingAlgorithm - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISortingAlgorithm

    Represents the Algorithm to be perform sorting.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface ISortingAlgorithm

    Properties

    Range

    Range object to sort.

    Declaration
    IRange Range { get; set; }
    Property Value
    Type
    IRange

    Methods

    SortDate(Int32, Int32, Int32)

    Sorts the Date type values with the specified column.

    Declaration
    void SortDate(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortDateDesc(Int32, Int32, Int32)

    Sorts the Datea type values in Descending order with the specified column.

    Declaration
    void SortDateDesc(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortFloat(Int32, Int32, Int32)

    Sorts the Float values with the specified column.

    Declaration
    void SortFloat(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortFloatDesc(Int32, Int32, Int32)

    Sorts the Float type values in Descending order with the specified column.

    Declaration
    void SortFloatDesc(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortInt(Int32, Int32, Int32)

    Sorts the integer type data with the specified column index.

    Declaration
    void SortInt(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortIntDesc(Int32, Int32, Int32)

    Sorts the Integer type values in Descending order with the specified column.

    Declaration
    void SortIntDesc(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortOnTypes(Int32, Int32, Int32)

    Sorts the based on the types with the specified column.

    Declaration
    void SortOnTypes(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortString(Int32, Int32, Int32)

    Sorts the string type values with the specified column.

    Declaration
    void SortString(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    SortStringDesc(Int32, Int32, Int32)

    Sorts the string type values in Descending order with the specified column.

    Declaration
    void SortStringDesc(int left, int right, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 left

    Represents the start index of the data.

    System.Int32 right

    Represents the end index of the data.

    System.Int32 columnIndex

    Reprsents the columnindex of the data.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved