API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::resetValue Method
OdDbTable::resetValue Method
Syntax
C++
void resetValue(OdUInt32 row, OdUInt32 col);
Parameters 
Description 
OdUInt32 row 
[in] Row index.  
OdUInt32 col 
[in] Column index. 

Returns eOk if successful, or returns eInvalidInput if row and col arguments refer to an invalid cell.

Resets the value in a specified cell. 

 

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