ALM Open Test Architecture API Type Library Version 12.55
Insert Method
The position in the list where the item is to be inserted.
A reference to the object to be added.
Description
Inserts a new item at the specified position.
Syntax
Visual Basic
Public Sub Insert( _
   ByVal Pos As Long, _
   ByVal vNew As Variant _
) 
Parameters
Pos
The position in the list where the item is to be inserted.
vNew
A reference to the object to be added.
See Also

IList Collection  | IList Members