Gets or sets whether the auto-fill tool should only copy values, instead of extrapolating new values from the selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AutoFillCopyOnly { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoFillCopyOnly As Boolean |
true to only copy existing values, or false to extrapolate from selected cells' values. The default value is false.
RemarksThis property is considered when AllowAutoFill is enabled and users drag the auto-fill handle.
See Also