[]
Sets the custom content text to the specified tooltip.
public void SetToolTip(SpreadToolTip toolTip, string text)
Public Sub SetToolTip(toolTip As SpreadToolTip, text As String)
| Type | Name | Description |
|---|---|---|
| SpreadToolTip | toolTip | The tooltip to set. |
| string | text | The content text of tooltip. |
Sets the custom content text to the specified tooltip.
public void SetToolTip(SpreadToolTip toolTip, RichText text)
Public Sub SetToolTip(toolTip As SpreadToolTip, text As RichText)
| Type | Name | Description |
|---|---|---|
| SpreadToolTip | toolTip | The tooltip to set. |
| RichText | text | The content text of tooltip. |