Shape.Hyperlink Property
Returns a Hyperlink object that represents the hyperlink associated with the specified shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Hyperlink As Hyperlink
Get
'Usage
Dim instance As Shape
Dim value As Hyperlink
value = instance.Hyperlink
Hyperlink Hyperlink { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Hyperlink
Remarks
If there's no hyperlink associated with the specified shape, an error occurs.