GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / VerticalScrollBarSmallChange Property


In This Topic
VerticalScrollBarSmallChange Property
In This Topic
Gets or sets a value that specifies how the GcSpreadSheet scroll in horizontal direction.
Syntax
'Declaration
 
<CategoryAttribute("Scroll")>
Public Property VerticalScrollBarSmallChange As Integer
 
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Integer
 
instance.VerticalScrollBarSmallChange = value
 
value = instance.VerticalScrollBarSmallChange

Property Value

A HorizontalScrollMode value that specifies how the GcSpreadSheet scroll in horizontal direction. The default is HorizontalScrollMode.Column.
See Also