Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / SpinDecimalIncrement Property


In This Topic
    SpinDecimalIncrement Property (PercentCellType)
    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 PercentCellType
    Dim value As Single
     
    instance.SpinDecimalIncrement = value
     
    value = instance.SpinDecimalIncrement
    public float SpinDecimalIncrement {get; set;}
    See Also