ComponentOne Word for UWP
Hyperlink Property (DrawingShape)

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace > DrawingShape Class : Hyperlink Property
Gets or sets the hyperlink associated with the shape.
Syntax
'Declaration
 
Public Property Hyperlink As System.String
public System.string Hyperlink {get; set;}
Remarks
If you set this property to a URL, clicking the shape in Excel will open the browser and navigate to the URL.
See Also

Reference

DrawingShape Class
DrawingShape Members