In This Topic
Inserts the specified
Value into the current collection.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Value _
)
public void Insert(
int ,
Value
)
Parameters
- index
- The index where to insert the object.
- item
- The object to insert.
See Also