📚 SAP Business One SDK Help

Item Method
See Also 
vtIndex
Specifies the location of the row in the data column (starts from 0).

Description

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

Syntax

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

Parameters

vtIndex
Specifies the location of the row in the data column (starts from 0).

See Also