[]
Finds the first item in the List that matches the specified object.
public MatchedListItemCollection FindAllObject(object obj, int findTargetColumnIndex)
Public Function FindAllObject(obj As Object, findTargetColumnIndex As Integer) As MatchedListItemCollection
Type | Name | Description |
---|---|---|
object | obj | The object to search for. |
int | findTargetColumnIndex | The int value to which column index search in. |
Type | Description |
---|---|
MatchedListItemCollection | A MatchedListItemCollection containing the matched items. |