bOk = MTblDeleteColHdrGrp( hWndTbl, nColHdrGrp, nFlags )

Deletes a column header group.

Parameters
hWndTbl
Window Handle: Handle of the table

nColHdrGrp
Number: Handle of the group to delete

nFlags
Number: Currently unused.

Return
Boolean:TRUE if successful or FALSE if an error occurs

Example

Call MTblDeleteColHdrGrp( hWndTbl, nColHdrGrp, 0 )

Remarks
It's not necessary to delete column header groups with this function since M!Table deletes all groups automatically when the table is destroyed.

See also
Column header groups

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor