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


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

    Property Value

    The description of the hyperlink
    See Also