ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FormulaBarTagHelper Class / GetObjectInstance Method

In This Topic
    GetObjectInstance Method (FormulaBarTagHelper)
    In This Topic
    Overrides to get the C1.Web.Mvc.Extender object.
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       ByVal parent As Object _
    ) As FormulaBar
    protected virtual FormulaBar GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also