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