FlexPivot for WinForms
Sort(IComparer) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Node クラス > Sort メソッド : Sort(IComparer) メソッド
An object that implements the System.Collections.IComparer interface used to compare Row objects. This can be used to provide custom sorting.
Sorts this node's child nodes using a given System.Collections.IComparer object to determine the node order.
シンタックス
'宣言
 
Public Overloads Sub Sort( _
   ByVal comparer As System.Collections.IComparer _
) 
public void Sort( 
   System.Collections.IComparer comparer
)

パラメータ

comparer
An object that implements the System.Collections.IComparer interface used to compare Row objects. This can be used to provide custom sorting.
解説

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.

参照

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