ALM Open Test Architecture API Type Library Version 12.55
Insert Method
Collapse All
Expand All
List Collection
: Insert Method
The position into which to insert the item.
A value or object reference to be inserted in the list.
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 into which to insert the item.
vNew
A value or object reference to be inserted in the list.
See Also
List Collection
|
List Members