API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > value Method > OdDbTable::value Method (OdUInt32, OdUInt32)
OdDbTable::value Method (OdUInt32, OdUInt32)
Syntax
C++
OdValue value(OdUInt32 row, OdUInt32 col) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index. Should be more than or equal to 0 and less than the number of rows.  
OdUInt32 col 
[in] Column index. Should be more than or equal to 0 and less than the number of columns. 

Returns the content value at the specified content index. 

 

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