[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Contains

Contains Method

Contains(ListColumn)

Determines whether the collection contains a specific item.

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

The ListColumn item to locate in the collection.

Returns
Type Description
bool

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