Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Hyperlink Class / EmailSubject Property


In This Topic
EmailSubject Property (Hyperlink)
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
 
Public Property EmailSubject As String
 
'Usage
 
Dim instance As Hyperlink
Dim value As String
 
instance.EmailSubject = value
 
value = instance.EmailSubject
See Also