Gets or sets a value indicating whether to display the auto-fill handle at the bottom-right side of the selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowAutoFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowAutoFill As Boolean |
true to display the auto-fill handle; otherwise, false. The default is true.
RemarksThe auto-fill tool extrapolates the values of selected cells to create new values. If you want it to only copy existing values, set AutoFillCopyOnly to true.
See Also