📚 SAP Business One SDK Help

AddRow Method
See Also 
RowCount
The number of rows to add (default is 1)
Position
The position of the new rows (0-based; default is -1, meaning append row to the end)

Description

Adds a row to the matrix.

Syntax

Visual Basic
Public Sub AddRow( _
   Optional ByVal RowCount As Long = 1, _
   Optional ByVal Position As Long = -1 _
) 

Parameters

RowCount
The number of rows to add (default is 1)
Position
The position of the new rows (0-based; default is -1, meaning append row to the end)

See Also