Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / SmallChange Property


In This Topic
    SmallChange Property
    In This Topic
    Gets or sets the small change of the scrollbar.
    Syntax
    'Declaration
     
    
    Public Property SmallChange As Integer
    'Usage
     
    
    Dim instance As ScrollBar
    Dim value As Integer
     
    instance.SmallChange = value
     
    value = instance.SmallChange
    public int SmallChange {get; set;}
    See Also