Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / SpinMode Property


In This Topic
    SpinMode Property (GcNumber)
    In This Topic
    Gets or sets the spin mode value indicating spin pattern.
    Syntax
    'Declaration
     
    Public Property SpinMode As NumberSpinMode
    'Usage
     
    Dim instance As GcNumber
    Dim value As NumberSpinMode
     
    instance.SpinMode = value
     
    value = instance.SpinMode
    public NumberSpinMode SpinMode {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.NumberSpinMode enumeration value. The default value is NumberSpinMode.Field
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.NumberSpinMode.
    Remarks
    This property indicates how to spin the NumberField in GcNumber. When the value is NumberSpinMode.Field, it will spin the current active field; When the value is NumberSpinMode.Value, it will spin the entire value by the SpinIncrementValue; When the value is NumberSpinMode.Digits, it will spin the current active field by digit.
    See Also