GrapeCity.Xaml.Excel
Description Property (IExcelHyperLink)


GrapeCity.Excel Namespace > IExcelHyperLink Interface : Description Property
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

Reference

IExcelHyperLink Interface
IExcelHyperLink Members