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

True if the specified cell has been merged; false otherwise.

Returns true if and only if the specified cell has been merged. 

 

Method generates the eInvalidInput exception when the row argument is more than the number of rows or the column argument is more than the number of columns.

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