DataCollection
Insert メソッド (C1CollectionView)

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

パラメータ

index
The zero-based index at which item should be inserted.
item
The object to insert into the C1CollectionView.
参照

C1CollectionView クラス
C1CollectionView メンバ