Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / Contains Method
The SubItem to locate in the collection.


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

    Parameters

    item
    The SubItem to locate in the collection.

    Return Value

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