📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

  • The index of the data column, 0-based (long integer)
  • The unique ID of the data column (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 DataColumn

Parameters

Index

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

  • The index of the data column, 0-based (long integer)
  • The unique ID of the data column (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