MTblGetParentRow
nParentRow = MTblGetParentRow( hWndTbl, nRow )
Gets a row's parent row.
Parameters
hWndTbl
Window Handle: Handle of the table
nRow
Number: Row whose parent row you want to get
Return
Number: Parent row if successful, TBL_Error when not found or an error occurs
Example
In this example the parent row of the context row is determined:
Set nParentRow = MTblGetParentRow( hWndTbl, SalTblQueryContext( hWndTbl ) )
See also
Tree view
Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents