ShapeRange.Hyperlink Property

Returns a WdShapePosition object that represents the hyperlink associated with the specified ShapeRange object.

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 ShapeRange
Dim value As Hyperlink

value = instance.Hyperlink
Hyperlink Hyperlink { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Hyperlink

Remarks

If there is no hyperlink associated with the specified shape, an error occurs.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace