'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As IndexEntry _ )
'使用法 Dim instance As IndexEntryCollection Dim index As System.Integer Dim item As IndexEntry instance.Insert(index, item)
public void Insert( System.int index, IndexEntry item )
パラメータ
- index
 - The position of the inserted item in the collection.
 - item
 - The item to insert.