[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Contains

Contains Method

Contains(ListItemInfo)

Determines whether the collection contains the specified item.

Declaration
public bool Contains(ListItemInfo item)
Public Function Contains(item As ListItemInfo) As Boolean
Parameters
Type Name Description
ListItemInfo item

The specified ListItemInfo object.

Returns
Type Description
bool

true if the object is found in the collection; otherwise, false.