ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / TableTagHelper Class / GetObjectInstance Method
The parent object. It is optional.

In This Topic
    GetObjectInstance Method (TableTagHelper)
    In This Topic
    Gets the C1.Web.Mvc.Sheet.Table instance.
    Syntax
    'Declaration
     
    Protected Overrides Function GetObjectInstance( _
       Optional ByVal parent As Object _
    ) As Table
    protected override Table GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    The parent object. It is optional.

    Return Value

    An instance of C1.Web.Mvc.Sheet.Table
    See Also