AddItem Method
Description
Creates a new item object.
Syntax
Visual Basic
Public Function AddItem( _
   ByVal ItemData As Variant _
) As Object
Parameters
ItemData
The order (0-based) of the BPIteration in the BPComponent. The order can be passed as a VT_VARIANT or a VT_ARRAY with a single element.
See Also