Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / VerticalScrollBarSmallChange Property


In This Topic
    VerticalScrollBarSmallChange Property (FpSpread)
    In This Topic
    Gets or sets the small increment for the horizontal 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