Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / EmailSubject Property


In This Topic
    EmailSubject Property (IHyperlink)
    In This Topic
    Gets or sets the string value of the specified hyperlink's email subject line. The subject line is appended to the hyperlink's address.
    Syntax
    'Declaration
     
    
    Property EmailSubject As String
    'Usage
     
    
    Dim instance As IHyperlink
    Dim value As String
     
    instance.EmailSubject = value
     
    value = instance.EmailSubject
    string EmailSubject {get; set;}
    See Also