MindFusion.Wpf Pack Programmer's Guide
WorkbookView.ShowCreateNewTab Property
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool ShowCreateNewTab { get; set; }

Visual Basic  Copy Code

Public Property ShowCreateNewTab As Boolean

 Property Value

A boolean value. 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

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace