MindFusion WinForms Programmer's Guide
WorksheetView.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.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 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

WorksheetView Members
WorksheetView Class
MindFusion.Spreadsheet Namespace