Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setValue Method (OdUInt32, OdUInt32, OdString&, OdValue::ParseOption)
Syntax
C++
void setValue(OdUInt32 row, OdUInt32 col, OdString& pszText, OdValue::ParseOption nOption);

Sets the value of the first content of a cell. 

 

Parameters
Description
row
[in] Row index. Should be more than or equal to 0 and less than the number of rows.
col
[in] Column index. Should be more than or equal to 0 and less than the number of columns.
pszText
[in] Text for converting to set value.
nOption
[out] Parse option.

Returns eOk if successful or an appropriate error code.

Copyright © 2002-2022. Open Design Alliance All rights reserved.