GrapeCity.Xaml.Excel
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 String
'Usage
 
Dim instance As ExcelHyperLink
Dim value As String
 
instance.Description = value
 
value = instance.Description
public string Description {get; set;}
See Also

Reference

ExcelHyperLink Class
ExcelHyperLink Members