MTblQueryCellFlags
bOk = MTblQueryCellFlags( hWndCol, nRow, nFlags )
Queries M!Table cell flags.
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Number of the row
nFlags
Number: One or more M!Table cell flags to test for
Return
Boolean: TRUE if any of the specified flags are set or FALSE if none of the specified flags are set
Example
In this example is determined if the flag MTBL_CELL_FLAG_HIDDEN_TEXT is set:
Set bSet = MTblQueryCellFlags( hWndCol, nRow, MTBL_CELL_FLAG_HIDDEN_TEXT )
See also
MTblSetCellFlags
Cell mode
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files