[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Contains

Contains Method

Contains(SubItemInfo)

Determines whether the collection contains a specific item.

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

The SubItemInfo to locate in the collection.

Returns
Type Description
bool

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