MindFusion.Wpf Pack Programmer's Guide
WorkbookView.AutoFillCopyOnly Property
See Also
 





Gets or sets whether the auto-fill tool should only copy values, instead of extrapolating new values from the selection.

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

 Syntax

C#  Copy Code

public bool AutoFillCopyOnly { get; set; }

Visual Basic  Copy Code

Public Property AutoFillCopyOnly As Boolean

 Property Value

true to only copy existing values, or false to extrapolate from selected cells' values. The default value is false.

 Remarks

This property is considered when AllowAutoFill is enabled and users drag the auto-fill handle.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace