MTblSetCellFlags
bOk = MTblSetCellFlags( hWndCol, nRow, nFlags, bSet )
Sets or clears 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 set or clear
bSet
Boolean: Whether to set (TRUE) or clear (FALSE) the specified flags
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example the flag MTBL_CELL_FLAG_HIDDEN_TEXT is set:
Call MTblSetCellFlags( hWndCol, nRow, MTBL_CELL_FLAG_HIDDEN_TEXT, TRUE )
See also
MTblQueryCellFlags
Cell mode
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator