API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isEmpty Method
OdDbTable::isEmpty Method
Syntax
C++
bool isEmpty(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 is empty, or false if it is not.

Returns the "empty flag" cell property. 

 

Method generates the eInvalidInput exception when the input row number and column number are less than 0 or greater than the table size.

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