📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

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

Description

Returns the specified Column object.

Syntax

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

Parameters

Index

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

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

See Also