Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoComplete Class / MatchingMode Property


In This Topic
    MatchingMode Property (AutoComplete)
    In This Topic
    Gets or sets the matching mode for the automatic complete feature.
    Syntax
    'Declaration
     
    
    Public Property MatchingMode As AutoCompleteMatchingMode
    'Usage
     
    
    Dim instance As AutoComplete
    Dim value As AutoCompleteMatchingMode
     
    instance.MatchingMode = value
     
    value = instance.MatchingMode
    public AutoCompleteMatchingMode MatchingMode {get; set;}

    Property Value

    One of the AutoCompleteMatchingMode values that indicates how to match the string in the automatic complete feature.
    Exceptions
    ExceptionDescription
    value is not defined.
    See Also