ShowVerticalScroll Property (Workbook)
Specifies a boolean value that indicates whether to display the vertical scroll bar.
public virtual bool ShowVerticalScroll {get; set;}
'Declaration
Public Overridable Property ShowVerticalScroll As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
instance.ShowVerticalScroll = value
value = instance.ShowVerticalScroll
Property Value
A value of 0 or false indicates the vertical scrollbar shall not be shown.