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


In This Topic
    SpinDecimalIncrement 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 decimal portion.
    Syntax
    'Declaration
     
    
    Public Property SpinDecimalIncrement As Single
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Single
     
    instance.SpinDecimalIncrement = value
     
    value = instance.SpinDecimalIncrement
    public float SpinDecimalIncrement {get; set;}
    See Also