HorizontalScrollBarSmallChange Property
In This Topic
Gets or sets a value that specifies how the
GcSpreadSheet scroll in vertical direction.
Syntax
'Declaration
<CategoryAttribute("Scroll")>
Public Property HorizontalScrollBarSmallChange As Integer
'Usage
Dim instance As GcSpreadSheet
Dim value As Integer
instance.HorizontalScrollBarSmallChange = value
value = instance.HorizontalScrollBarSmallChange
[Category("Scroll")]
public int HorizontalScrollBarSmallChange {get; set;}
Property Value
A
VerticalScrollMode value that specifies how the
GcSpreadSheet scroll in vertical direction. The default is
VerticalScrollMode.Row.
See Also