MTblSetColHdrGrpCol
bOk = MTblSetColHdrGrpCol( hWndTbl, nColHdrGrp, hWndCol, bSet, nFlags )
Adds a column to or removes it from a column header group.
Parameters
hWndTbl
Window Handle: Handle of the table
nColHdrGrp
Number: Handle of the column header group
hWndCol
Window Handle: Handle of the column
bSet
Boolean: Specify TRUE to add the column or FALSE to remove it
nFlags
Number: Currently unused
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example a column is added to a column header group:
Call MTblSetColHdrGrpCol( hWndTbl, nColHdrGrp, hWndCol, TRUE, 0 )
See also
Column header groups
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?