C1.Win.C1FlexGrid Namespace > Node Class > Sort Method : Sort(SortFlags,Int32,Int32) Method |
'Declaration
Public Overloads Sub Sort( _ ByVal order As SortFlags, _ ByVal col1 As Integer, _ ByVal col2 As Integer _ )
The grid recognizes two types of row: regular rows which contain data, and node rows which are used to group data. This method only sorts the row nodes; it does not reorder the data rows within each node.
To sort the data rows, use the grid's Sort(SortFlags,Int32) method instead.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2