Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OrderBy

    Show / Hide Table of Contents

    Class OrderBy

    Represents the sort order.

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

    Fields

    Ascending

    Represent the ascending sort.

    Declaration
    public const OrderBy Ascending
    Field Value
    Type Description
    OrderBy

    Descending

    Represent the descending sort.

    Declaration
    public const OrderBy Descending
    Field Value
    Type Description
    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 Description
    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 Description
    OrderBy

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved