Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HyperLinkCellType Class / HyperLinkCellType Constructor / HyperLinkCellType Constructor(String)
URL to which to navigate when the hyperlink is clicked
Example


In This Topic
    HyperLinkCellType Constructor(String)
    In This Topic
    Creates a new hyperlink cell with the specified destination URL.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal url As String _
    )
    'Usage
     
    
    Dim url As String
     
    Dim instance As New HyperLinkCellType(url)
    public HyperLinkCellType( 
       string url
    )

    Parameters

    url
    URL to which to navigate when the hyperlink is clicked
    Example
    This example creates a hyperlink cell type object with its URL and assigns it to the first cell of the sheet.
    See Also