Click or drag to resize

ISortedRule Methods

The ISortedRule type exposes the following members.

Methods
Name Description
Public method SortDate
Sorts the Date type values with the specified column.
Public method SortDateDesc
Sorts the Datea type values in Descending order with the specified column.
Public method SortFloat
Sorts the Float values with the specified column.
Public method SortFloatDesc
Sorts the Float type values in Descending order with the specified column.
Public method SortInt
Sorts the integer type data with the specified column index.
Public method SortIntDesc
Sorts the Integer type values in Descending order with the specified column.
Public method SortOnTypes
Sorts the based on the types with the specified column.
Public method SortString
Sorts the string type values with the specified column.
Public method SortStringDesc
Sorts the string type values in Descending order with the specified column.
Top
See Also