Search
WorksheetView.AllowMoveCells Property
See Also
 






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

 Syntax

C#  Copy Code

public bool AllowMoveCells { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveCells As Boolean

 Property Value

true to allow interactive cell moving; otherwise, false. The default is true.

 See Also