[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllObject

FindAllObject Method

FindAllObject(object, int)

Finds the first item in the List that matches the specified object.

Declaration
public MatchedListItemCollection FindAllObject(object obj, int findTargetColumnIndex)
Public Function FindAllObject(obj As Object, findTargetColumnIndex As Integer) As MatchedListItemCollection
Parameters
Type Name Description
object obj

The object to search for.

int findTargetColumnIndex

The int value to which column index search in.

Returns
Type Description
MatchedListItemCollection

A MatchedListItemCollection containing the matched items.