API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isLinked Method
OdDbTable::isLinked Method
Syntax
C++
bool isLinked(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 linked to a data source; false otherwise.

Checks if a cell is linked to a data source. 

 

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