ObjectCollection.Insert Method (console safe)
Use this method to insert a object to the collection using string as a key to a specific location in the collection.

Insert(
item
as Object,
key
as String,
where
as Integer)
Parameters
- item
- The Object to insert.
- key
- The string based key to use for this item.
- where
- The location where to insert in the collection (zero based).
Remarks
See Also
ObjectCollection Class