[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Contains

Contains Method

Contains(ItemTemplate)

Determines whether the collection contains specified item.

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

A ListItem object that specified.

Returns
Type Description
bool

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