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