ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / EnableFormulas Property

In This Topic
    EnableFormulas Property
    In This Topic
    Gets or sets the value to indicates whether enable formulas in FlexSheet.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property EnableFormulas As Boolean
    [DefaultValue(true)]
    public bool EnableFormulas {get; set;}
    See Also