Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / Hyperlink Property


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

    Property Value

    An IExcelHyperLink instance used to represents the hyperlink.
    See Also