[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SpinButton.Interval

Interval Property

Interval

Gets or sets the interval of firing the SpinUp and the SpinDown events.

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

An int value that indicates the interval of firing the SpinUp and the SpinDown events.

Exceptions
Type Condition
ArgumentOutOfRangeException

Occurs when value is smaller than 1.