Excel for WinRT
Hyperlink Property (XLShape)


Gets or sets the hyperlink associated with the shape.
Syntax
'Declaration
 
Public Property Hyperlink As System.String
'Usage
 
Dim instance As XLShape
Dim value As System.String
 
instance.Hyperlink = value
 
value = instance.Hyperlink
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

XLShape Class
XLShape Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback