Search
WorkbookView.AllowTabEdit Property
See Also
 






Gets or sets a value indicating whether tabs can be in-place edited.

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

 Syntax

C#  Copy Code

public bool AllowTabEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowTabEdit As Boolean

 Property Value

true to allow in-place tab edit; otherwise, false. The default is true.

 Remarks

Tabs can be in-place edited by double-clicking on them with the mouse. If the entered name is not a valid worksheet name, the WorksheetRenameFailed event is raised. The WorksheetRenamed event is raised when the in-place editing is completed.

 See Also