TableGetMergedCellsΒΆ

TableGetMergedCells returns a real matrix with four columns. Each row specifies a range of cells which are merged to one cell.

rmMerge = TableGetMergedCells(hTable)

Return Value

rmMerge is a matrix with four columns. Each row specifies a range of cells are merged to one cell:

Element Description
rmMerge[;1] left cell
rmMerge[;2] top cell
rmMerge[;3] right cell
rmMerge[;4] bottom cell

The row and column numbering starts with 1.

Parameters

hTable

Identifies the table object.

History

Version Description
5.3.0 New

id-607627