[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindObject

FindObject Method

FindObject(object, int, int)

Finds the first item after specifed index that matches the specified object.

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

The object to search for.

int startIndex

The zero-based index of the item before the first item to be searched.

int findTargetColumnIndex

The int value to which column index search in.

Returns
Type Description
int

The zero-based index of the first item found.