[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Contains

Contains Method

Contains(ListItem)

Determines whether the collection contains specified item.

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

A ListItem object that specified.

Returns
Type Description
bool

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