バージョン

Insert メソッド (GroupsCollection)

コレクションの指定のインデックスにグループオブジェクトを挿入します。
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) As UltraGridGroup
public UltraGridGroup Insert( 
   int index,
   string key
)

パラメータ

index
新しいグループが挿入されるインデクス。
key
コレクション内のオブジェクトを一意に識別する値。
参照