FlexPivot for WinForms
Sort(Int32,SortFlags,Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GridTree クラス > Sort メソッド : Sort(Int32,SortFlags,Int32,Int32) メソッド
Level of the nodes to sort.
SortFlags value that controls sort direction and options.
Start of the range of columns to sort.
End of the range of columns to sort.
Sorts all nodes at the given level.
シンタックス
'宣言
 
Public Overloads Sub Sort( _
   ByVal level As System.Integer, _
   ByVal order As SortFlags, _
   ByVal col1 As System.Integer, _
   ByVal col2 As System.Integer _
) 
public void Sort( 
   System.int level,
   SortFlags order,
   System.int col1,
   System.int col2
)

パラメータ

level
Level of the nodes to sort.
order
SortFlags value that controls sort direction and options.
col1
Start of the range of columns to sort.
col2
End of the range of columns to sort.
解説

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.

参照

GridTree クラス
GridTree メンバ
オーバーロード一覧