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

Data link cell range.

Returns the data link cell range that includes the specified row and column. 

 

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