📚 SAP Business One SDK Help

Add Method
See Also 
rowIndex
The row index

Description

Adds an item to the collection.

Syntax

Visual Basic
Public Sub Add( _
   ByVal rowIndex As Long _
) 

Parameters

rowIndex
The row index

Remarks

If Grid.SelectionMode is set to ms_Single, the method replaces the current selection.

If Grid.SelectionMode is set to ms_None or ms_NotSupported, the method throws an exception.

See Also