Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setTextString Method (OdUInt32, OdUInt32, const OdString&)
Syntax
C++
virtual void setTextString(OdUInt32 row, OdUInt32 column, const OdString& textString);

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

 

Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
textString
[in] Text string.

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-2022. Open Design Alliance All rights reserved.