バージョン

FieldCollection コンストラクタ(GroupField,BaseGrid)

FieldCollection を新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal grpField As GroupField, _
   ByVal ownerGrid As BaseGrid _
)
public FieldCollection( 
   GroupField grpField,
   BaseGrid ownerGrid
)

パラメータ

grpField
このコレクションが属する、グループ化されたフィールド(複数列ヘッダー)。
ownerGrid
このフィールド コレクションが所属するグリッド。
参照