Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::isMerged Method
Syntax
C++
virtual bool isMerged(OdInt32 nRow, OdInt32 nCol) const;

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

 

Parameters
Description
nRow
[in] Row index.
nCol
[in] Column index.

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

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.