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

Sets the text string for the specified cell in this table entity. 

 

Method generates the eInvalidInput exception when the row argument is more than the number of rows or the column argument is more than the number of columns.

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