Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / FindAllObject Method
The object to search for.
The System.Int32 value to which column index search in.


In This Topic
FindAllObject Method (ListItemCollection)
In This Topic
Finds the first item in the List that matches the specified object.
Syntax
'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)

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.
See Also