Insert
Inserts a value into a list at the specified index.
Public Sub Insert(
ByVal Index As Long,
ByRef Value As Variant )
Parameters
- Index
-
[ByVal]
Long.
The postion in the list to insert the new value.
- Value
-
[ByRef]
Variant.
The new value to be inserted into the list.
See Also
Project CorLib Overview
Class IList Overview