API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::getCellValueString Method
OdDbBlockPropertiesTable::getCellValueString Method
Syntax
C++
OdResult getCellValueString(int column, int row, OdString & s) const;
Parameters 
Description 
int column 
[in] Column index.  
int row 
[in] Row index.  
OdString & s 
[out] Receives a copy of the cell value as an OdString value.  

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

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

 

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