Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / LargeChange Property


In This Topic
LargeChange Property
In This Topic
Gets or sets the large change of the scrollbar.
Syntax
'Declaration
 
Public Property LargeChange As Integer
 
'Usage
 
Dim instance As ScrollBar
Dim value As Integer
 
instance.LargeChange = value
 
value = instance.LargeChange
See Also