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