[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.SpinMode

SpinMode Property

SpinMode

Gets or sets the spin mode value indicating spin pattern.

Declaration
public NumberSpinMode SpinMode { get; set; }
Public Property SpinMode As NumberSpinMode
Property Value
Type Description
NumberSpinMode

A GrapeCity.Windows.InputMan.NumberSpinMode enumeration value. The default value is Field

Remarks

This property indicates how to spin the NumberField in GcNumber. When the value is Field, it will spin the current active field; When the value is Value, it will spin the entire value by the SpinIncrementValue; When the value is Digits, it will spin the current active field by digit.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.NumberSpinMode.