'Declaration <DefaultValueAttribute(True)> Property ShowSheetTabs As Boolean
'Usage Dim instance As IWorkbook Dim value As Boolean instance.ShowSheetTabs = value value = instance.ShowSheetTabs
[DefaultValue(true)] bool ShowSheetTabs {get; set;}
Property Value
A value oftrue
or false
indicates that sheet tabs shall not be shown.