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


In This Topic
ShowHorizontalScroll Property (Workbook)
In This Topic
Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface.
Syntax
'Declaration
 
Public Overridable Property ShowHorizontalScroll As Boolean
 
'Usage
 
Dim instance As Workbook
Dim value As Boolean
 
instance.ShowHorizontalScroll = value
 
value = instance.ShowHorizontalScroll

Property Value

A value of 0 or false indicates that the horizontal scrollbar shall not be shown.
See Also