ig.excel.OrderedSortCondition

Represents an ordered sort condition, which can sort data in either an ascending or descending manner.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • ig.excel.OrderedSortCondition
    Constructor

    new $.ig.excel.OrderedSortCondition( );

    Creates a new OrderedSortCondition instance with the ascending sort direction.

  • ig.excel.OrderedSortCondition
    Constructor

    new $.ig.excel.OrderedSortCondition( sortDirection:ig.excel.SortDirection );

    Creates a new OrderedSortCondition instance.

    • sortDirection
    • Type:ig.excel.SortDirection
    • The direction with which to sort the data.

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException sortDirection is not defined in the SortDirection enumeration.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#