Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / Interval Property
Example


In This Topic
    Interval Property (AutoFilter)
    In This Topic
    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;}
    Example
    This example sets the interval.
    See Also