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


In This Topic
Contains Method (SubItemCollectionInfo)
In This Topic
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)

Parameters

item
The SubItemInfo to locate in the collection.

Return Value

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