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

In This Topic
    EnableFormulas Property (FlexSheetTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.FlexSheet.EnableFormulas. Sets the value to indicates whether enable formulas in FlexSheet.
    Syntax
    'Declaration
     
    Public Property EnableFormulas As Boolean
    public bool EnableFormulas {get; set;}
    See Also