Search
WorkbookView.AllowAutoFill Property
See Also
 






Gets or sets a value indicating whether to display the auto-fill handle at the bottom-right side of the selection. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool AllowAutoFill { get; set; }

Visual Basic  Copy Code

Public Property AllowAutoFill As Boolean

 Property Value

true to display the auto-fill handle; otherwise, false. The default is true.

 Remarks

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.

 See Also