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

In This Topic
    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