Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / SpinIncrement Property


In This Topic
    SpinIncrement Property (FieldsEditorControl)
    In This Topic
    Gets or sets the increment offset of a single spin behavior.
    Syntax
    'Declaration
     
    Public Property SpinIncrement As Integer
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As Integer
     
    instance.SpinIncrement = value
     
    value = instance.SpinIncrement
    public int SpinIncrement {get; set;}

    Property Value

    An System.Int32 value, indicates the increment offset of the spin behavior.
    See Also