Gets or sets a value indicating whether to display a close button for each tab.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool ShowTabCloseButtons { get; set; } |
Visual Basic
![]() |
---|
Public Property ShowTabCloseButtons As Boolean |
true to display the close buttons in the view tabs; otherwise, false. The default is true.
The 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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |