Excel for WinRT
Hyperlink Property (XLCell)


Gets or sets a string that specifies an action to take when the cell is clicked.
Syntax
'Declaration
 
Public Property Hyperlink As System.String
'Usage
 
Dim instance As XLCell
Dim value As System.String
 
instance.Hyperlink = value
 
value = instance.Hyperlink
public System.string Hyperlink {get; set;}
Remarks

Hyperlinks may contain URLs that when clicked open a browser window and navigate to the specified site (for example, "http://www.componentone.com"). They may also contain references to files that are launched by the application associated with the file type (for example, "readme.doc"). Finally, hyperlinks can be used to send e-mails (for example, "mailto:joe@foo.com").

Each cell may contain a hyperlink and a value. However, if you assign a hyperlink to a cell that has no value (Value == null), then the hyperlink text is automatically assigned to the cell value as well.

See Also

Reference

XLCell Class
XLCell Members

 

 


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

Product Support Forum  |  Documentation Feedback