menu

Document Processing

OrderBy Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    OrderBy Class

    Represents the sort order.

    Inheritance
    System.Object
    OrderBy
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class OrderBy : Enum

    Fields

    Ascending

    Represent the ascending sort.

    Declaration
    public const OrderBy Ascending
    Field Value
    Type
    OrderBy

    Descending

    Represent the descending sort.

    Declaration
    public const OrderBy Descending
    Field Value
    Type
    OrderBy

    OnBottom

    Represents the position of value in the sort list. Note: Applicable only to CellColor and FontColor type.

    Declaration
    public const OrderBy OnBottom
    Field Value
    Type
    OrderBy

    OnTop

    Represents the position value in the sort list Note:Applicable only to CellColor and FontColor

    Declaration
    public const OrderBy OnTop
    Field Value
    Type
    OrderBy
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved