📚 SAP Business One SDK Help

Remove Method
See Also 
Index

The data column to be removed. 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) 

Description

Removes the specified column from the collection.

Syntax

Visual Basic
Public Sub Remove( _
   ByVal Index As Variant _
) 

Parameters

Index

The data column to be removed. 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) 

See Also