📚 SAP Business One SDK Help

Add Method
See Also 
Count
The row at which to add the row (default is 1)

Description

Adds an item to the collection.

Syntax

Visual Basic
Public Sub Add( _
   Optional ByVal Count As Long = 1 _
) 

Parameters

Count
The row at which to add the row (default is 1)

See Also