ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / UnknownFunction Property

In This Topic
    UnknownFunction Property
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientUnknownFunction client event. Occurs when the @see:FlexSheet meets the unknown formula.
    Syntax
    'Declaration
     
    Public Property UnknownFunction As String
    public string UnknownFunction {get; set;}
    See Also