Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / AutoFilter Constructor / AutoFilter Constructor()
Example


In This Topic
    AutoFilter Constructor()
    In This Topic
    Creates an AutoFilter class object.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New AutoFilter()
    public AutoFilter()
    Example
    This example filters out items when typing in the combo cell.
    See Also