Spread WPF 17
GrapeCity.Excel Namespace / ExcelHyperLink Class / Address Property


In This Topic
    Address Property (ExcelHyperLink)
    In This Topic
    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