bOk = MTblSetColumnHdrFlags( hWndCol, nFlags, bSet )

Sets or clears M!Table column header flags.

Parameters
hWndCol
Window Handle: Handle of the column

nFlags
Number: One or more M!Table column header 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_COLHDR_FLAG_TXTALIGN_LEFT is set:

Call MTblSetColumnHdrFlags( hWndCol, MTBL_COLHDR_FLAG_TXTALIGN_LEFT, TRUE )

See also
MTblQueryColumnHdrFlags

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites