Gets or sets a value indicating whether to display a close button for each tab.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowTabCloseButtons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowTabCloseButtons As Boolean |
true to display the close buttons in the view tabs; otherwise, false. The default is true.
RemarksThe close buttons inside tabs allow removing worksheets from the workbook interactively. When a worksheet is removed this way, the WorksheetRemoving and WorksheetRemoved events are raised.
See Also