Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
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;

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

 

Parameters
Description
row
[in] Row index.
column
[in] Column index.
minRow
[out] Receives the minimum row index of the merged cells.
maxRow
[out] Receives the maximum row index of the merged cells.
minColumn
[out] Receives the minimum column index of the merged cells.
maxColumn
[out] Receives the maximum column index of the merged cells.

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-2022. Open Design Alliance All rights reserved.