WorkbookSettings.ShowTabs
WorkbookSettings.ShowTabs property
Get or sets a value whether the Workbook tabs are displayed.
public bool ShowTabs { get; set; }
Remarks
The default value is true.
Examples
The following code hides the Sheet Tabs and Tab Scrolling Buttons for the spreadsheet.
// Hide the spreadsheet tabs.
workbook.Settings.ShowTabs = false;
[Visual Basic]
' Hide the spreadsheet tabs.
workbook.Settings.ShowTabs = False
See Also
- class WorkbookSettings
- namespace Aspose.Cells
- assembly Aspose.Cells