API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > OdDbFormattedTableData::unmerge Method
OdDbFormattedTableData::unmerge Method
Syntax
C++
virtual void unmerge(const OdCellRange& range);
Parameters 
Description 
const OdCellRange& range 
[in] Input range to unmerge. 

Unmerges a rectangular range of cells in this table object. 

 

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.