Compartilhar via


Hyperlink.ScreenTip Property

Returns or sets the ScreenTip text for the specified hyperlink.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ScreenTip As String
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As String

value = instance.ScreenTip

instance.ScreenTip = value
string ScreenTip { get; set; }

Property Value

Type: System.String

Remarks

After the document has been saved to a Web page, the ScreenTip text may appear (for example) when the mouse pointer is positioned over the hyperlink while the document is being viewed in a Web browser. Some Web browsers may not support ScreenTips.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Excel Namespace