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

Content text string.

Returns the text string from the zero content of a cell as an OdString value. 

 

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