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





Gets or sets a value indicating whether the user can interactively move the worksheet headers, by selecting the entire column or row and dragging. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowMoveHeaders { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveHeaders As Boolean

 Property Value

A boolean value. The default is true.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace