Hyperlink Property (DDCell)
In This Topic
Gets or sets a hyperlink for the cell, which Excel automatically launches when the cell is clicked.
Syntax
'Declaration
Public Property Hyperlink As String
public string Hyperlink {get; set;}
Property Value
A
System.String value representing the hyperlink address.
See Also