MTblSetFocusCell
bOk = MTblSetFocusCell( hWndTbl, nRow, hWndCol, nFlags)
Sets the focus cell.
Parameters
hWndTbl
Window Handle: Handle of the table
nRow
Number: Row number
hWndCol
Window Handle: Column handle
nFlags
Number: <Currently unused>
Return
Boolean: TRUE if successful or FALSE if an error occured
Example
Call MTblSetFocusCell( hWndTbl, nRow, hWndCol, 0 )
Remarks
If the table is not in cell mode, SalTblSetFocus( hWndTbl, nRow, hWndCol, 0, -1 ) is called internally.
See also
MTblQueryFocusCell
Cell mode
Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy