C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Table Class / Table Constructor / Table Constructor(IHtmlHelper)
The HtmlHelper instance.

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

Parameters

helper
The HtmlHelper instance.
See Also