Spread WPF 17
GrapeCity.Excel Namespace / IExcelHyperLink Interface / Address Property


In This Topic
    Address Property (IExcelHyperLink)
    In This Topic
    Gets or sets the address of the linked location.
    Syntax
    'Declaration
     
    Property Address As String
    'Usage
     
    Dim instance As IExcelHyperLink
    Dim value As String
     
    instance.Address = value
     
    value = instance.Address
    string Address {get; set;}

    Property Value

    The address of the linked location.
    See Also