API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isMergedCell Method
OdDbTable::isMergedCell Method
Syntax
C++
virtual bool isMergedCell(OdUInt32 row, OdUInt32 column, OdUInt32* minRow = 0, OdUInt32* maxRow = 0, OdUInt32* minColumn = 0, OdUInt32* maxColumn = 0) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index.  
OdUInt32 column 
[in] Column index.  
OdUInt32* minRow = 0 
[out] Receives the minimum row index of the merged cells.  
OdUInt32* maxRow = 0 
[out] Receives the maximum row index of the merged cells.  
OdUInt32* minColumn = 0 
[out] Receives the minimum column index of the merged cells.  
OdUInt32* maxColumn = 0 
[out] Receives the maximum column index of the merged cells. 

Returns true if and only if the specified cell has been merged, and returns the range of the merged cells in this table entity. 

 

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.