📚 SAP Business One SDK Help

Item Method
See Also 
Index

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 ValidValue

Parameters

Index

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) 

Return Type

The valid value

See Also