API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::getToolTip Method
OdDbTable::getToolTip Method
Syntax
C++
OdString getToolTip(OdInt32 row, OdInt32 col) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  

Tooltip as an OdString value.

Returns the tooltip of the cell as an OdString value. 

 

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