ShowSheetTabs Property (Workbook)
Specifies a boolean value that indicates whether to display the sheet tabs in the user interface.
public virtual bool ShowSheetTabs {get; set;}
'Declaration
Public Overridable Property ShowSheetTabs As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
instance.ShowSheetTabs = value
value = instance.ShowSheetTabs
Property Value
A value of 0 or false indicates that sheet tabs shall not be shown.