Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / TextToDisplay Property


In This Topic
    TextToDisplay Property
    In This Topic
    Gets or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
    Syntax
    'Declaration
     
    
    Property TextToDisplay As String
    'Usage
     
    
    Dim instance As IHyperlink
    Dim value As String
     
    instance.TextToDisplay = value
     
    value = instance.TextToDisplay
    string TextToDisplay {get; set;}
    See Also