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

Sets the tooltip of the cell. 

 

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