ShapeRange.Hyperlink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a WdShapePosition object that represents the hyperlink associated with the specified ShapeRange object.
public:
property Microsoft::Office::Interop::Word::Hyperlink ^ Hyperlink { Microsoft::Office::Interop::Word::Hyperlink ^ get(); };
public Microsoft.Office.Interop.Word.Hyperlink Hyperlink { get; }
member this.Hyperlink : Microsoft.Office.Interop.Word.Hyperlink
Public ReadOnly Property Hyperlink As Hyperlink
Property Value
Remarks
If there is no hyperlink associated with the specified shape, an error occurs.