MindFusion.Wpf Pack Programmer's Guide
WorkbookView.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. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowMoveCells { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveCells As Boolean

 Property Value

A boolean value. The default is true.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace