Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / Hyperlink Property


In This Topic
    Hyperlink Property (ExcelCell)
    In This Topic
    Gets or sets the hyperlink.
    Syntax
    'Declaration
     
    Public Property Hyperlink As IExcelHyperLink
    'Usage
     
    Dim instance As ExcelCell
    Dim value As IExcelHyperLink
     
    instance.Hyperlink = value
     
    value = instance.Hyperlink
    public IExcelHyperLink Hyperlink {get; set;}

    Property Value

    An IExcelHyperLink instance used to represents the hyperlink.
    See Also