[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartField.SpinIncrement

SpinIncrement Property

SpinIncrement

Gets or sets the spin increment of the NumberIntegerPartField.

Declaration
public int SpinIncrement { get; set; }
Public Property SpinIncrement As Integer
Property Value
Type Description
int

An int value indicates the spin increment. The default value is 1.

Implements
Remarks

The default value is the same as SpinIncrementValue except user set the local value.