Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / HyperLinkRenderer Class / HyperLinkRenderer Constructor / HyperLinkRenderer Constructor()


In This Topic
    HyperLinkRenderer Constructor()
    In This Topic
    Creates a new hyperlink cell renderer control with no destination URL.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New HyperLinkRenderer()
    public HyperLinkRenderer()
    Remarks
    Initializes an instance of the HyperLinkRenderer class.
    See Also