ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Table Class / Table Constructor / Table Constructor(HtmlHelper)
The HtmlHelper instance.

In This Topic
    Table Constructor(HtmlHelper)
    In This Topic
    Creates one Table instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper _
    )
    public Table( 
       HtmlHelper helper
    )

    Parameters

    helper
    The HtmlHelper instance.
    See Also