Spread Silverlight Documentation
Description Property (ExcelHyperLink)


GrapeCity.Excel Namespace > ExcelHyperLink Class : Description Property
The description text that is show in the excel instead of the real link.
Syntax
'Declaration
 
Public Property Description As System.String
'Usage
 
Dim instance As ExcelHyperLink
Dim value As System.String
 
instance.Description = value
 
value = instance.Description
public System.string Description {get; set;}
See Also

Reference

ExcelHyperLink Class
ExcelHyperLink Members