Inserts an item to the
C1CollectionView at the specified index.
シンタックス
'宣言
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As System.Object _
)
public void Insert(
System.int ,
System.object
)
パラメータ
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the C1CollectionView.
参照