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
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.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. See Also
-
equals
Inherited- .equals( obj:object );
- Return Type:
- boolean
- Return Type Description:
- True if the object is equal to this instance; False otherwise.
Determines whether the SortCondition is equal to the specified object.
- obj
- Type:object
- The object to test for equality.
-
getHashCode
Inherited- .getHashCode( );
- Return Type:
- number
- Return Type Description:
- A number which can be used to hash this instance.
Gets the hash code for the SortCondition.
-
sortDirection
Inherited- .sortDirection( );
- Return Type:
- ig.excel.SortDirection
- Return Type Description:
- Either SortDirection.Ascending or SortDirection.Descending.
Gets the value which indicates the sort direction represented by the sort condition.
See Also