Search
WorkbookView.AllowTabReorder Property
See Also
 






Gets or sets a value indicating whether tabs can be rearranged interactively.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool AllowTabReorder { get; set; }

Visual Basic  Copy Code

Public Property AllowTabReorder As Boolean

 Property Value

true to allow tab reordering; otherwise, false. The default is false.

 Remarks

Tabs 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