[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllObject

FindAllObject Method

FindAllObject(object, int)

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

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

The object to search for.

int findTargetColumnIndex

The int value of the column index to search in.

Returns
Type Description
MatchedListItemCollectionInfo

A MatchedListItemCollection object that contains the matched items.