Insert(
Where as Integer,item as Object
)
Use this method to insert a object to the array.
Where:
Use this parameter to specify where to insert the new item.
Note: ObjectArray is 0 based
, that is the first item is number 0.
item:
The Object to append.