📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

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

Description

Returns the specified GridColumn object.

Syntax

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

Parameters

Index

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

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

See Also