📚 SAP Business One SDK Help

Item Method
See Also 
Index

Sets the field retrieval method by position or by alias (starts from 0).

Description

Retrieves a Field object by its position or by its alias.

Syntax

Visual Basic
Public Function Item( _
   ByVal Index As Variant _
) As Field

Parameters

Index

Sets the field retrieval method by position or by alias (starts from 0).

Return Type

If the index value is wrong (for example, the value does not exist), the method fails and throws an exception.

See Also