Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / Address Property


In This Topic
    Address Property (IHyperlink)
    In This Topic
    Gets or sets a string value that represents the address of the target document.
    Syntax
    'Declaration
     
    
    Property Address As String
    'Usage
     
    
    Dim instance As IHyperlink
    Dim value As String
     
    instance.Address = value
     
    value = instance.Address
    string Address {get; set;}
    See Also