API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > textString Method > OdDbTable::textString Method (OdUInt32, OdUInt32)
OdDbTable::textString Method (OdUInt32, OdUInt32)
Syntax
C++
virtual OdString textString(OdUInt32 row, OdUInt32 column) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell. 

Returns the text string in the specified cell in this table entity. 

 

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