Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Hyperlink Class / Hyperlink Constructor


In This Topic
    Hyperlink Constructor
    In This Topic
    Initializes a new instance of the Hyperlink class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As HyperlinkType _
    )
    'Usage
     
    
    Dim type As HyperlinkType
     
    Dim instance As New Hyperlink(type)
    public Hyperlink( 
       HyperlinkType type
    )

    Parameters

    type
    See Also