ASP.NET MVC Controls | ComponentOne
In This Topic
    ColumnSortDescription Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet

    Describes a FlexSheet column sorting criterion.

    Constructor

    Properties

    Methods

    Constructor

    constructor

    constructor(columnIndex: number, ascending: boolean): ColumnSortDescription
    

    Initializes a new instance of the ColumnSortDescription class.

    Parameters
    • columnIndex: number

      Indicates which column to sort the rows by.

    • ascending: boolean

      The sort order.

    Returns
    ColumnSortDescription

    Properties

    ascending

    Gets or sets the ascending.

    Type
    boolean

    columnIndex

    Gets or sets the column index.

    Type
    number

    Methods

    clone

    clone(): ColumnSortDescription
    

    Creates a copy of the ColumnSortDescription.

    Returns
    ColumnSortDescription