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

In This Topic
    AllowAutoFill Property
    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
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property AllowAutoFill As Boolean
    [DefaultValue(true)]
    public virtual bool AllowAutoFill {get; set;}
    See Also