Gets or sets a value indicating whether the user can interactively move cells around the worksheet, by pressing near the edge of the currently selected cells with the mouse and dragging.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowMoveCells { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowMoveCells As Boolean |
true to allow interactive cell moving; otherwise, false. The default is true.
See Also