Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / SmallChange Property


In This Topic
    SmallChange Property (IControlFormat)
    In This Topic
    Gets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow).
    Syntax
    'Declaration
     
    
    Property SmallChange As Integer
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Integer
     
    instance.SmallChange = value
     
    value = instance.SmallChange
    int SmallChange {get; set;}
    See Also