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

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

    Parameters

    parent
    The parent object. It is optional.

    Return Value

    See Also