Spread for ASP.NET 10 Product Documentation
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
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

AutoFilter Class
AutoFilter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.