VerticalScrollBarSmallChange Property (FpSpread)
In This Topic
Gets or sets the small increment for the vertical scrollbar.
Syntax
'Declaration
Public Property VerticalScrollBarSmallChange As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
instance.VerticalScrollBarSmallChange = value
value = instance.VerticalScrollBarSmallChange
public int VerticalScrollBarSmallChange {get; set;}
See Also