API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setCellValue Method
OdDbBlockPropertiesTable::setCellValue Method
Syntax
C++
OdResult setCellValue(int column, int row, const OdResBuf* rb);
Parameters 
Description 
int column 
[in] Column index.  
int row 
[in] Row index.  
const OdResBuf* rb 
[out] The cell value to set.  

Returns eOk if the indices are valid, or eInvalidInput otherwise.

Sets the value of the specified cell. 

 

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