Click or drag to resize

ISortColumns Methods

The ISortColumns type exposes the following members.

Methods
Name Description
Public method Add(Int32, OrderBy)
Adds a new column to be sorted with the specified key and order.
Public method Add(Int32, SortComparsionType, OrderBy)
Adds the SortField in the collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove(Int32)
Removes the sortField in the collection with the Key.
Public method Remove(SortColumn)
Removes the sortField in the collection.
Top
See Also