バージョン

GroupedColumn コンストラクタ(String,GroupingSortDirection)

GroupedColumn オブジェクトのインスタンスを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal columnKey As String, _
   ByVal sortDirection As GroupingSortDirection _
)
public GroupedColumn( 
   string columnKey,
   GroupingSortDirection sortDirection
)

パラメータ

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