Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ShowHorizontalScroll Property


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

Property Value

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