Share

AcDbTable::getMergeRange

C++

AcCellRange getMergeRange(
    int nRow, 
    int nCol
) const;

Description

Returns the merge range. The merge range will be invalid if the cell is not part of a merge range.

Parameters

Parameters Description
nRow Input row index. It should be more than or equal to 0 and less than the number of rows.
nCol Input column index. It should be more than or equal to 0 and less than the number of columns.

Links

AcDbTable

Was this information helpful?