Spread Windows Forms 12.0 Product Documentation
MatchingMode Property (AutoFilterInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : MatchingMode Property
Gets or sets the filter prefix how to match with AutoFilter.MatchingSource.
Syntax
'Declaration
 
Public Property MatchingMode As AutoCompleteMatchingMode
'Usage
 
Dim instance As AutoFilterInfo
Dim value As AutoCompleteMatchingMode
 
instance.MatchingMode = value
 
value = instance.MatchingMode
public AutoCompleteMatchingMode MatchingMode {get; set;}

Property Value

The matching mode for filter prefix. The default value is AutoCompleteMatchingMode.MatchStartWith.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members