'Declaration
Public Overloads Function FindStringExact( _ 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.FindStringExact(s, findTargetColumnIndex)
public MatchedComboItemCollection FindStringExact( 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 MatchedListItemCollection containing the matched items.