Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilterInfo Class / Interval Property


In This Topic
    Interval Property (AutoFilterInfo)
    In This Topic
    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