📚 SAP Business One SDK Help

AddRange Method
See Also 
rowIndex
The row index
RowCount
The number of rows to add

Description

Adds several rows based on the specified range.

Syntax

Visual Basic
Public Sub AddRange( _
   ByVal rowIndex As Long, _
   ByVal RowCount As Long _
) 

Parameters

rowIndex
The row index
RowCount
The number of rows to add

Remarks

This method is valid only when the SelectionMode property is set to ms_Auto.

See Also