Gets or sets a value indicating whether to display the 'Create New Tab' button.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowCreateNewTab { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowCreateNewTab As Boolean |
true to display the 'Create New Tab' button; otherwise, false. The default is true.
RemarksThe '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.
See Also