Gets or sets a value indicating whether tabs can be in-place edited.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool AllowTabEdit { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowTabEdit As Boolean |
true to allow in-place tab edit; otherwise, false. The default is true.
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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |