[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval

Interval Property

Interval

Gets or sets the interval of firing the Click 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 Click events. The default is 0.

Remarks

The value must be greater than or equals to 0. If Interval property is 0, the Spin action will be stopped.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is smaller than 0.