Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IHyperlink Interface / Type Property


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