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






In This Topic
    AllowAutoFill Property (FlexSheet)
    In This Topic
    Gets or sets the value to indicates whether enable autofill, the feature to fill cells with data that follows a pattern by dragging the bottom right corner of the cell.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overridable Property AllowAutoFill As System.Boolean
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Boolean
     
    instance.AllowAutoFill = value
     
    value = instance.AllowAutoFill
    [System.ComponentModel.DefaultValue(true)]
    public virtual System.bool AllowAutoFill {get; set;}
    public read-write property AllowAutoFill: System.Boolean; virtual; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AllowAutoFill : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property virtual System.bool get_AllowAutoFill();
    public: __property virtual void set_AllowAutoFill( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    virtual property System.bool AllowAutoFill {
       System.bool get();
       void set (    System.bool value);
    }
    See Also