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