Insert Method (ValueItemCollection)
In This Topic
Inserts a
ValueItem at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As ValueItem _
)
public void Insert(
System.int ,
ValueItem
)
Parameters
- index
- The zero-based index at which the ValueItem should be inserted.
- vi
- The ValueItem to insert.
See Also