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

Cell range.

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

 

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