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
Public Overridable Property AllowAutoFill As Boolean
public virtual bool AllowAutoFill {get; set;}
See Also