Gets or sets a value indicating whether tabs can be rearranged interactively.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowTabReorder { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowTabReorder As Boolean |
true to allow tab reordering; otherwise, false. The default is false.
RemarksTabs can be reordered by dragging them with the mouse. When tabs are reordered their associated worksheets are rearranged accordingly in the Worksheets collection.
See Also