menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortCollectionModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortCollectionModel

    Inheritance
    System.Object
    SortCollectionModel
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SortCollectionModel : Object

    Constructors

    SortCollectionModel()

    Declaration
    public SortCollectionModel()

    Properties

    columnIndex

    Specifies the sorted column.

    Declaration
    public int columnIndex { get; set; }
    Property Value
    Type
    System.Int32

    order

    Specifies the sheet index.

    Declaration
    public string order { get; set; }
    Property Value
    Type
    System.String

    sheetIndex

    Specifies the sheet index.

    Declaration
    public int sheetIndex { get; set; }
    Property Value
    Type
    System.Int32

    sortRange

    Specifies the range for the sorting.

    Declaration
    public string sortRange { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved