Spread Silverlight Documentation
Address Property (ExcelHyperLink)


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

Reference

ExcelHyperLink Class
ExcelHyperLink Members