ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / Hyperlink Property

In This Topic
    Hyperlink Property (DDCell)
    In This Topic
    Sets/gets a hyperlink for the cell that will automatically be launched by Excel when the cell is clicked.
    Syntax
    'Declaration
     
    Public Property Hyperlink As String
    public string Hyperlink {get; set;}
    See Also