| GetParent Method | |
| See Also |
- rowIndex
- The number of the row whose parent is to be returned
Returns the number of the parent row for the specified row.
| Visual Basic |
|---|
Public Function GetParent( _
   ByVal rowIndex As Long _
) As Long |
- rowIndex
- The number of the row whose parent is to be returned
The number of the parent row. Returns -1 if the specified row does not have a parent row.