ComponentOne FlexGrid for WinForms
Sort(Int32,IComparer) Method

C1.Win.C1FlexGrid Namespace > GridTree Class > Sort Method : Sort(Int32,IComparer) Method
Level of the nodes to sort.
An System.Collections.IComparer object that compares Node objects.
Sorts all nodes at the given level using the specified comparer.
Syntax
'Declaration
 
Public Overloads Sub Sort( _
   ByVal level As Integer, _
   ByVal comparer As IComparer _
) 
public void Sort( 
   int level,
   IComparer comparer
)

Parameters

level
Level of the nodes to sort.
comparer
An System.Collections.IComparer object that compares Node objects.
See Also

Reference

GridTree Class
GridTree Members
Overload List