Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ScrollBars Property


In This Topic
ScrollBars Property (GeneralEditor)
In This Topic
Gets or sets the use of scroll bars.
Syntax
'Declaration
 
Public Property ScrollBars As ScrollBars
 
'Usage
 
Dim instance As GeneralEditor
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
See Also