Gets or sets a value indicating whether tabs can be rearranged interactively.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool AllowTabReorder { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowTabReorder As Boolean |
true to allow tab reordering; otherwise, false. The default is false.
Tabs can be reordered by dragging them with the mouse. When tabs are reordered their associated worksheets are rearranged accordingly in the Worksheets collection.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |