📚 SAP Business One SDK Help

Item Method
See Also 
Index
The number of the cell to get

The value to be returned. Select the value by supplying one of the following:

  • The index of the valid value, 0-based (long integer)
  • The display name of the valid value (string) 

Description

Returns an item from the collection.

Syntax

Visual Basic
Public Function Item( _
   ByVal Index As Long _
) As DataCell

Parameters

Index
The number of the cell to get

The value to be returned. Select the value by supplying one of the following:

  • The index of the valid value, 0-based (long integer)
  • The display name of the valid value (string) 

See Also