API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > OdDbFormattedTableData::isMergeAllEnabled Method
OdDbFormattedTableData::isMergeAllEnabled Method
Syntax
C++
virtual bool isMergeAllEnabled(OdInt32 nRow, OdInt32 nCol) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index.  
OdInt32 nCol 
[in] Column index.  

True if the merge-all flag is enabled or false if it is not.

Checks whether the merge-all flag is enabled for the cell, row, or column. 

 

Method generates the eNotImplementedYet exception.

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