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