Spread Silverlight Documentation
Description Property (IExcelHyperLink)


GrapeCity.Excel Namespace > IExcelHyperLink Interface : Description Property
Gets or sets the description of the hyperlink.
Syntax
'Declaration
 
Property Description As System.String
'Usage
 
Dim instance As IExcelHyperLink
Dim value As System.String
 
instance.Description = value
 
value = instance.Description
System.string Description {get; set;}

Property Value

The description of the hyperlink
See Also

Reference

IExcelHyperLink Interface
IExcelHyperLink Members