Spread Windows Forms 12.0 Product Documentation
Contains Method (ListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class : Contains Method
The specified ListItemInfo object.
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)
public bool Contains( 
   ListItemInfo item
)

Parameters

item
The specified ListItemInfo object.

Return Value

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

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members