[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable

ISpinable Interface

Provides a set of means to the spin action.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public interface ISpinable
Public Interface ISpinable

Properties

Name Description
SpinIncrement

Gets or sets the spin increment.

Methods

Name Description
DoSpinDown()

Performs spin down behavior.

DoSpinDown(int)

Performs spin down with the specified increment parameters.

DoSpinUp()

Performs spin up behavior.

DoSpinUp(int)

Performs spin up with the specified increment parameters.