Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / AutoFilter Constructor / AutoFilter Constructor(Boolean,FilterMatchingMode,FilterMatchingSource,Int32,Int32,Int32)
Specifies whether to enable the automatic filter.
Specifies the match methods used in the filter.
Specifies the data column in the combo box to search for a match.
Sets the millisecond time until the start of the filtering operation.
Sets the minimum number of characters to start the filtering operation


In This Topic
    AutoFilter Constructor(Boolean,FilterMatchingMode,FilterMatchingSource,Int32,Int32,Int32)
    In This Topic
    Sets the filter function of the multi-column combo box cell.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal enabled As Boolean, _
       ByVal matchingMode As FilterMatchingMode, _
       ByVal matchingSource As FilterMatchingSource, _
       ByVal maxFilteredItem As Integer, _
       ByVal minPrefixLength As Integer, _
       ByVal interval As Integer _
    )
    'Usage
     
    
    Dim enabled As Boolean
    Dim matchingMode As FilterMatchingMode
    Dim matchingSource As FilterMatchingSource
    Dim maxFilteredItem As Integer
    Dim minPrefixLength As Integer
    Dim interval As Integer
     
    Dim instance As New AutoFilter(enabled, matchingMode, matchingSource, maxFilteredItem, minPrefixLength, interval)

    Parameters

    enabled
    Specifies whether to enable the automatic filter.
    matchingMode
    Specifies the match methods used in the filter.
    matchingSource
    Specifies the data column in the combo box to search for a match.
    maxFilteredItem
    Sets the millisecond time until the start of the filtering operation.
    minPrefixLength
    Sets the minimum number of characters to start the filtering operation
    interval
    See Also