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
C#
![]() |
---|
public bool AllowAutoFill { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowAutoFill As Boolean |
true to display the auto-fill handle; otherwise, false. The default is true.
The 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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |