Spread Windows Forms 12.0 Product Documentation
Interval Property (AutoFilterInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : Interval Property
Gets or sets the interval at which to excute filter.
Syntax
'Declaration
 
Public Property Interval As Integer
'Usage
 
Dim instance As AutoFilterInfo
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
public int Interval {get; set;}

Property Value

The time, in milliseconds, to excute filter. The default is 500 milliseconds.
Exceptions
ExceptionDescription
The interval is less than or equals to zero.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members