'Declaration
Public Overloads Function FindString( _ ByVal s As String, _ ByVal findTargetColumnIndex As Integer _ ) As MatchedComboItemCollection
'Usage
Dim instance As GcComboBox Dim s As String Dim findTargetColumnIndex As Integer Dim value As MatchedComboItemCollection value = instance.FindString(s, findTargetColumnIndex)
public MatchedComboItemCollection FindString( string s, int findTargetColumnIndex )
Parameters
- s
- The System.String to search for.
- findTargetColumnIndex
- The System.Int32 value to which column index search in.
Return Value
A MatchedComboItemCollection containing the matched items.