API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > OdDbFormattedTableData::getMergeRange Method
OdDbFormattedTableData::getMergeRange Method
Syntax
C++
virtual OdCellRange getMergeRange(OdInt32 nRow, OdInt32 nCol) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  

Merge range of the specified cell.

Returns merge range of the cell as an object of the OdCellRange class. 

 

Returns invalid merge range if the cell is not part of the merge range.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.