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


In This Topic
    SubAddress Property (Hyperlink)
    In This Topic
    Gets or sets the location within the document associated with the hyperlink.
    Syntax
    'Declaration
     
    
    Public Property SubAddress As String
    'Usage
     
    
    Dim instance As Hyperlink
    Dim value As String
     
    instance.SubAddress = value
     
    value = instance.SubAddress
    public string SubAddress {get; set;}
    See Also