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

True if cell format can be edited or false if not.

Returns "editing format flag" cell property. 

 

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