[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Table.-ctor

Table Constructor

Table()

Creates one Table instance.

Declaration
public Table()
Public Sub New()

Table(IHtmlHelper)

Creates one Table instance.

Declaration
public Table(IHtmlHelper helper)
Public Sub New(helper As IHtmlHelper)
Parameters
Type Name Description
IHtmlHelper helper

The HtmlHelper instance.