Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ShowVerticalScroll Property


In This Topic
ShowVerticalScroll Property (Workbook)
In This Topic
Specifies a boolean value that indicates whether to display the vertical scroll bar.
Syntax
'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.
See Also