[]
        
(Showing Draft Content)

FarPoint.Web.Spread.AutoFilter.-ctor

AutoFilter Constructor

AutoFilter()

Creates an AutoFilter class object.

Declaration
public AutoFilter()
Public Sub New()

AutoFilter(bool, FilterMatchingMode, FilterMatchingSource, int, int, int)

Sets the filter function of the multi-column combo box cell.

Declaration
public AutoFilter(bool enabled, FilterMatchingMode matchingMode, FilterMatchingSource matchingSource, int maxFilteredItem, int minPrefixLength, int interval)
Public Sub New(enabled As Boolean, matchingMode As FilterMatchingMode, matchingSource As FilterMatchingSource, maxFilteredItem As Integer, minPrefixLength As Integer, interval As Integer)
Parameters
Type Name Description
bool enabled

Specifies whether to enable the automatic filter.

FilterMatchingMode matchingMode

Specifies the match methods used in the filter.

FilterMatchingSource matchingSource

Specifies the data column in the combo box to search for a match.

int maxFilteredItem

Sets the millisecond time until the start of the filtering operation.

int minPrefixLength

Sets the minimum number of characters to start the filtering operation

int interval