Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Hyperlink Class / Type Property


In This Topic
    Type Property (Hyperlink)
    In This Topic
    Gets a HyperlinkType constant, that represents the location of the hyperlink.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As HyperlinkType
    'Usage
     
    
    Dim instance As Hyperlink
    Dim value As HyperlinkType
     
    value = instance.Type
    public HyperlinkType Type {get;}
    See Also