API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > setValue Method > OdDbTable::setValue Method (OdUInt32, OdUInt32, OdValue&)
OdDbTable::setValue Method (OdUInt32, OdUInt32, OdValue&)
Syntax
C++
void setValue(OdUInt32 row, OdUInt32 col, const OdValue& val);
Parameters 
Description 
OdUInt32 row 
[in] Row index. Should be more than or equal to 0 and less than the number of rows.  
OdUInt32 col 
[in] Column index. Should be more than or equal to 0 and less than the number of columns.  
const OdValue& val 
[in] Content value. 

Returns eOk if successful or an appropriate error code.

Sets the value of the first content of a cell. 

 

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