Sort Method | FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / Sort Method

In This Topic
Sort Method
In This Topic
Sorts the elements in the collection.
Syntax
'Declaration
 
Public Sub Sort() 
 
Remarks
This method assumes the elements support the System.IComparable interface.
See Also