Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / SpinIntegerIncrement Property


In This Topic
    SpinIntegerIncrement Property (CurrencyCellType)
    In This Topic
    Gets or sets the amount by which the value increments when using the spin buttons and the cursor is in the integer portion.
    Syntax
    'Declaration
     
    
    Public Property SpinIntegerIncrement As Single
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Single
     
    instance.SpinIntegerIncrement = value
     
    value = instance.SpinIntegerIncrement
    public float SpinIntegerIncrement {get; set;}
    See Also