Gets or sets a value indicating whether the user can interactively move the worksheet headers, by selecting the entire column or row and dragging.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowMoveHeaders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowMoveHeaders As Boolean |
true to allow interactive header moving; otherwise, false. The default is true.
See Also