Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / Contains Method
The ListColumn item to locate in the collection.


In This Topic
Contains Method (ListColumnCollection)
In This Topic
Determines whether the collection contains a specific item.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As ListColumn _
) As Boolean
 
'Usage
 
Dim instance As ListColumnCollection
Dim item As ListColumn
Dim value As Boolean
 
value = instance.Contains(item)

Parameters

item
The ListColumn item to locate in the collection.

Return Value

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