'Declaration
Public Overloads Sub SetToolTip( _ ByVal toolTip As SpreadToolTip, _ ByVal text As String _ )
'Usage
Dim instance As FpSpread Dim toolTip As SpreadToolTip Dim text As String instance.SetToolTip(toolTip, text)
public void SetToolTip( SpreadToolTip toolTip, string text )
Parameters
- toolTip
- The tooltip to set.
- text
- The content text of tooltip.