Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::setCellValue Method
Syntax
C++
OdResult setCellValue(int column, int row, const OdResBuf* rb);

Sets the value of the specified cell. 

 

Parameters
Description
column
[in] Column index.
row
[in] Row index.
rb
[out] The cell value to set.

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

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