SAP Business One UI API 10.0 - Objects Reference (10.00.270)
GetParent Method
UI API
Description
Returns the number of the parent row for the specified row.
Syntax
Visual Basic
Public Function GetParent( _ ByVal
rowIndex
As Long _ ) As Long
Parameters
rowIndex
The number of the row whose parent is to be returned
Return Type
The number of the parent row. Returns -1 if the specified row does not have a parent row.
See Also
GridRows Object