GrapeCity.Xaml.Excel
Address Property (ExcelHyperLink)


GrapeCity.Excel Namespace > ExcelHyperLink Class : Address Property
The address of the real link location.
Syntax
'Declaration
 
Public Property Address As String
'Usage
 
Dim instance As ExcelHyperLink
Dim value As String
 
instance.Address = value
 
value = instance.Address
public string Address {get; set;}
See Also

Reference

ExcelHyperLink Class
ExcelHyperLink Members