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






In This Topic
    EnableFormulas Property (FlexSheet)
    In This Topic
    Gets or sets the value to indicates whether enable formulas in FlexSheet.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property EnableFormulas As System.Boolean
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Boolean
     
    instance.EnableFormulas = value
     
    value = instance.EnableFormulas
    [System.ComponentModel.DefaultValue(true)]
    public System.bool EnableFormulas {get; set;}
    public read-write property EnableFormulas: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set EnableFormulas : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_EnableFormulas();
    public: __property void set_EnableFormulas( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool EnableFormulas {
       System.bool get();
       void set (    System.bool value);
    }
    See Also