Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HyperLinkCellType Class / HyperLinkCellType Constructor / HyperLinkCellType Constructor()
Example


In This Topic
    HyperLinkCellType Constructor()
    In This Topic
    Creates a new hyperlink cell with no destination URL.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New HyperLinkCellType()
    public HyperLinkCellType()
    Example
    This example constructs a hyperlink cell type and sets properties for the cell.
    See Also