Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / SmallChange Property


In This Topic
    SmallChange Property (FormatControlCommand)
    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
     
    
    Public Property SmallChange As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Integer)
     
    instance.SmallChange = value
     
    value = instance.SmallChange
    public Nullable<int> SmallChange {get; set;}
    See Also