Spread Windows Forms 12.0 Product Documentation
Contains Method (SubItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class : Contains Method
The SubItemInfo to locate in the collection.
Determines whether the collection contains a specific item.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As SubItemInfo _
) As Boolean
'Usage
 
Dim instance As SubItemCollectionInfo
Dim item As SubItemInfo
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   SubItemInfo item
)

Parameters

item
The SubItemInfo to locate in the collection.

Return Value

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

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members