'Declaration
Public Function FindAllObject( _ ByVal obj As Object, _ ByVal findTargetColumnIndex As Integer _ ) As MatchedListItemCollection
'Usage
Dim instance As ListItemCollection Dim obj As Object Dim findTargetColumnIndex As Integer Dim value As MatchedListItemCollection value = instance.FindAllObject(obj, findTargetColumnIndex)
public MatchedListItemCollection FindAllObject( 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.