Returns or sets whether the classic XLS workbook window displays sheet tabs. Read/write Boolean.
Syntax
property ShowSheetTabs: Boolean;
Remarks
This property controls the workbook window flag saved in the BIFF WINDOW1 record. It hides or shows the tab bar only; it does not change worksheet visibility, sheet order,
FirstSheet,
TabRatio, or
ShowHorizontalScroll.
Example
This example hides the sheet tab bar in the workbook window.
Workbook.ShowSheetTabs := False;