Search
Hyperlink.ToolTip Property
See Also
 






Gets or sets the tooltip to display for the cell containing the hyperlink.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 See Also