PageableListTSort Method

Spotfire 14.3 API Reference
Overload List

  NameDescription
Public methodSort
Public methodSort(IComparerT)
Public methodSortS(PageableListS)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The default comparer is used when sorting.
Public methodSortS(PageableListS, IComparerT)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The supplied comparer is used when sorting.
Top
See Also

Reference