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