DataCollection
Insert メソッド (C1DataCollectionBindingList)

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1DataCollectionBindingList クラス : Insert メソッド
The zero-based index at which value should be inserted.
The object to insert into the System.Collections.IList.
Inserts an item to the System.Collections.IList at the specified index.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
public void Insert( 
   System.int index,
   System.object value
)

パラメータ

index
The zero-based index at which value should be inserted.
value
The object to insert into the System.Collections.IList.
参照

C1DataCollectionBindingList クラス
C1DataCollectionBindingList メンバ