Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Hyperlink Class / NavigationAddress Property


In This Topic
    NavigationAddress Property
    In This Topic
    Gets the string value that represents the navigation address of the hyperlink.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NavigationAddress As String
    'Usage
     
    
    Dim instance As Hyperlink
    Dim value As String
     
    value = instance.NavigationAddress
    public string NavigationAddress {get;}
    See Also