バージョン

Add(String,GroupingSortDirection) メソッド

指定された列キーの GroupedColumn オブジェクトを作成して、コレクションに追加します。
シンタックス
'宣言
 
Public Overloads Sub Add( _
   ByVal columnKey As String, _
   ByVal sortDir As GroupingSortDirection _
) 
public void Add( 
   string columnKey,
   GroupingSortDirection sortDir
)

パラメータ

columnKey
グループ化する列の列キー。
sortDir
データがグループ化されているときの並べ替え方法。
参照