[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberIntegerPartField.SpinDown

SpinDown Method

SpinDown()

Performs spin down behavior.

Declaration
public void SpinDown()
Public Sub SpinDown()
Remarks

The method spins the Value to the next one which less than current.

SpinDown(int)

Performs spin down with the specified increment parameters.

Declaration
public void SpinDown(int increment)
Public Sub SpinDown(increment As Integer)
Parameters
Type Name Description
int increment

An int value indicates the spin increment.

Remarks

The method spins the Value to the next one which less than current following the increment.