MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / FindString Method

In This Topic
    FindString Method (IDropDownView)
    In This Topic
    Syntax
    'Declaration
     
    
    Function FindString( _
       ByVal value As String, _
       Optional ByVal startIndex As Integer, _
       Optional ByVal columnIndex As Integer, _
       Optional ByVal caseSensitive As Boolean, _
       Optional ByVal fullMatch As Boolean, _
       Optional ByVal wrap As Boolean _
    ) As Integer

    Parameters

    value
    startIndex
    columnIndex
    caseSensitive
    fullMatch
    wrap
    See Also