Spread WPF 17
GrapeCity.Excel Namespace / ExcelHyperLink Class / Description Property


In This Topic
    Description Property (ExcelHyperLink)
    In This Topic
    The description text that is show in the excel instead of the real link.
    Syntax
    'Declaration
     
    Public Property Description As String
    'Usage
     
    Dim instance As ExcelHyperLink
    Dim value As String
     
    instance.Description = value
     
    value = instance.Description
    public string Description {get; set;}
    See Also