Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockPropertiesTable::getCellValueString Method
Syntax
C++
OdResult getCellValueString(int column, int row, OdString & s) const;

Returns the value of the specified cell as an OdString value. 

 

Parameters
Description
column
[in] Column index.
row
[in] Row index.
s
[out] Receives a copy of the cell value as an OdString value.

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

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