📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

  • The index of the data table, 0-based (long integer)
  • The unique ID of the data table (string) 

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 Variant _
) As DataTable

Parameters

Index

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

  • The index of the data table, 0-based (long integer)
  • The unique ID of the data table (string) 

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