PageableList T  Sort Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method Sort 
Public method Sort(IComparer T )
Public method Sort S (PageableList S )
Sorts a pair of PageableList T  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 method Sort S (PageableList S , IComparer T )
Sorts a pair of PageableList T  objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The supplied comparer is used when sorting.
Back to Top
See Also