Spread for ASP.NET 12 Product Documentation
MatchingMode Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AutoFilter Class : MatchingMode Property
Specifies the match methods used with the automatic filter. The default value is MatchStartWith.
Syntax
'Declaration
 
Public Property MatchingMode As FilterMatchingMode
'Usage
 
Dim instance As AutoFilter
Dim value As FilterMatchingMode
 
instance.MatchingMode = value
 
value = instance.MatchingMode
public FilterMatchingMode MatchingMode {get; set;}
See Also

Reference

AutoFilter Class
AutoFilter Members