Gets or sets the tooltip to display for the cell containing the hyperlink.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string ToolTip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToolTip As String |
A string value. The default is null (Nothing in Visual Basic).
See Also