API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isContentEditable Method
OdDbTable::isContentEditable Method
Syntax
C++
bool isContentEditable(OdInt32 row, OdInt32 col) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  

True if the cell content can be edited or false if not.

Returns the "editing content flag" cell property. 

 

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