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

Returns eOk if the indices are valid, eInvalidIndex otherwise.

Returns the value of the specified cell. 

 

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