Gets or sets a value indicating whether tabs can be in-place edited.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowTabEdit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowTabEdit As Boolean |
true to allow in-place tab edit; otherwise, false. The default is true.
RemarksTabs 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