Gets or sets a value indicating whether to display the 'Create New Tab' button.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool ShowCreateNewTab { get; set; } |
Visual Basic
![]() |
---|
Public Property ShowCreateNewTab As Boolean |
true to display the 'Create New Tab' button; otherwise, false. The default is true.
The 'Create New Tab' button can be used to add worksheets to the displayed workbook interactively. When a worksheet is added this way, the WorksheetAdded event is raised.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |