Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Spin Class / Increment Property


In This Topic
    Increment Property (Spin)
    In This Topic
    Gets or sets the increment offset of a single spin behavior.
    Syntax
    'Declaration
     
    
    Public Property Increment As Integer
    'Usage
     
    
    Dim instance As Spin
    Dim value As Integer
     
    instance.Increment = value
     
    value = instance.Increment
    public int Increment {get; set;}

    Property Value

    An int value, that indicates the increment offset of the spin behavior.
    See Also