Spread WPF 17
GrapeCity.Excel Namespace / IExcelHyperLink Interface / Type Property


In This Topic
    Type Property (IExcelHyperLink)
    In This Topic
    Represents the type of the hyperlink.
    Syntax
    'Declaration
     
    ReadOnly Property Type As HyperLinkType
    'Usage
     
    Dim instance As IExcelHyperLink
    Dim value As HyperLinkType
     
    value = instance.Type
    HyperLinkType Type {get;}

    Property Value

    The type of the hyperlink
    See Also