'Declaration
Property ShowVerticalScroll As Boolean
'Usage
Dim instance As IWorkbook Dim value As Boolean instance.ShowVerticalScroll = value value = instance.ShowVerticalScroll
bool ShowVerticalScroll {get; set;}
Property Value
A value oftrue
or false
indicates the vertical scrollbar shall not be shown.