ExcelHyperlinkAddress Property
The target address to which this hyperlink points.
The target address can be a URL (e.g. 'http://www.mysite.com' or 'maito://support@mysite.com'),
a file or folder in the file system (e.g. 'file://C:\MyFolder' or 'file://C:\MyFolder\MyFile.txt'
or file://\\MyServer\MyFolder)
or a range adress from the same worksheet or another worksheet (e.g. 'MySheet!A1' or 'A1:B2' ) function of the hyperlink type.
When the address is a range address, the name of the range cannot contain white spaces. You can define a named range if the target
worksheet name contains spaces.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string Address { get; set; }
Public Property Address As String
Get
Set
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
member Address : string with get, set
Property Value
String