[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp

SpinUp Method

SpinUp()

Performs spin up behavior.

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

The method spins the Value to the previous one which greater than current.

SpinUp(int)

Performs spin up with the specified increment parameters.

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

An int value indicates the spin increment.

Remarks

The method spins the Value to the previous one which greater than current following the increment.