MTblSetColHdrGrpFlags
bOk = MTblSetColHdrGrpFlags( hWndTbl, nColHdrGrp, nFlags, bSet )
Sets or clears column header group flags.
Parameters
hWndTbl
Window Handle: Handle of the table
nColHdrGrp
Number: Handle of the column header group
nFlags
Number: One or more of the column header group 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_CHG_FLAG_NOINNERHORZLINE is set:
Call MTblSetColHdrGrpFlags( hWndTbl, nColHdrGrp, MTBL_CHG_FLAG_NOINNERHORZLINE, TRUE )
See also
Column header groups
Created with the Personal Edition of HelpNDoc: Free PDF documentation generator