Search
WorkbookView.ShowCreateNewTab Property
See Also
 






Gets or sets a value indicating whether to display the 'Create New Tab' button.

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

 Syntax

C#  Copy Code

public bool ShowCreateNewTab { get; set; }

Visual Basic  Copy Code

Public Property ShowCreateNewTab As Boolean

 Property Value

true to display the 'Create New Tab' button; otherwise, false. The default is true.

 Remarks

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.

 See Also