[]
        
(Showing Draft Content)

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

Table Constructor

Table()

Creates one Table instance.

Declaration
public Table()
Public Sub New()

Table(HtmlHelper)

Creates one Table instance.

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

The HtmlHelper instance.