GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / Contains Method
The specified ListItemInfo object.


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

Parameters

item
The specified ListItemInfo object.

Return Value

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