[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.SetToolTip

SetToolTip Method

SetToolTip(SpreadToolTip, string)

Sets the custom content text to the specified tooltip.

Declaration
public void SetToolTip(SpreadToolTip toolTip, string text)
Public Sub SetToolTip(toolTip As SpreadToolTip, text As String)
Parameters
Type Name Description
SpreadToolTip toolTip

The tooltip to set.

string text

The content text of tooltip.

SetToolTip(SpreadToolTip, RichText)

Sets the custom content text to the specified tooltip.

Declaration
public void SetToolTip(SpreadToolTip toolTip, RichText text)
Public Sub SetToolTip(toolTip As SpreadToolTip, text As RichText)
Parameters
Type Name Description
SpreadToolTip toolTip

The tooltip to set.

RichText text

The content text of tooltip.