SAP Business One UI API 10.0 - Objects Reference (10.00.270)
AddRange Method
UI API
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
SelectedRows Collection