📚 SAP Business One SDK Help

Item Method
See Also 
vtIndex

Specifies the index of the item you want to get.

Description

Returns reference to an existing item in the collection by its index.

Syntax

Visual Basic
Public Function Item( _
   ByVal vtIndex As Variant _
) As CallArgument

Parameters

vtIndex

Specifies the index of the item you want to get.

See Also