VerticalScrollBarSmallChange Property
Gets or sets a value that specifies how the
GcSpreadSheet scroll in horizontal direction.
[Category("Scroll")]
public int VerticalScrollBarSmallChange {get; set;}
'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.