API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::unmergeCells Method
OdDbTable::unmergeCells Method
Syntax
C++
virtual void unmergeCells(OdUInt32 minRow, OdUInt32 maxRow, OdUInt32 minColumn, OdUInt32 maxColumn);
Parameters 
Description 
OdUInt32 minRow 
[in] Minimum row index of the merged cells.  
OdUInt32 maxRow 
[in] Maximum row index of the merged cells.  
OdUInt32 minColumn 
[in] Minimum column index of the merged cells.  
OdUInt32 maxColumn 
[in] Maximum column index of the merged cells. 

Unmerges a rectangular region of cells in this table entity. 

 

Method generates the eInvalidInput exception when the minimum row index is more than the maximum row index, the minimum column index is more than the maximum column index, the maximum row index is more than the number of rows, or the maximum column index is more than the number of columns.

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