📚 SAP Business One SDK Help

Item Method
See Also 
vtIndex
Specifies the location of the column in the data table (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 MessageDataColumn

Parameters

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

See Also