Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / MatchingMode Property
Example


In This Topic
    MatchingMode Property
    In This Topic
    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;}
    Example
    This example sets the matching mode.
    See Also