MTblGetMergeCol
hWndMergeCol = MTblGetMergeCol( hWndCol, nRow )
Depreciated, please use MTblGetMergeCell instead.
Retrieves the column handle of the cell with which the specified cell is merged..
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Row number
Return
Window Handle: Handle of the columns with which the specified cell is merged or hWndNULL if the specified cell isn't merged
Example
In this example we check whether a cell is merged:
If MTblGetMergeCol( hWndCol, nRow )
Call SalMessageBox( "The cell is merged.", "Merge info", 0 )
See also
Cell merging
Row merging
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad