📚 SAP Business One SDK Help

GetParent Method
See Also 
rowIndex
The number of the row whose parent is to be returned

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