API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::setToolTip Method
OdDbLinkedTableData::setToolTip Method
Syntax
C++
virtual void setToolTip(OdInt32 nRow, OdInt32 nCol, const OdString& sToolTip);
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[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.