API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::isLinked Method
OdDbLinkedTableData::isLinked Method
Syntax
C++
virtual bool isLinked(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 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.