Spread for ASP.NET 12 Product Documentation
Interval Property (AutoFilter)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AutoFilter Class : Interval Property
Gets or sets the millisecond time until the start of the filtering operation. The value must be greater than or equal to zero. The default value is 0.
Syntax
'Declaration
 
Public Property Interval As Integer
'Usage
 
Dim instance As AutoFilter
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
public int Interval {get; set;}
See Also

Reference

AutoFilter Class
AutoFilter Members