Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / Contains Method
A ListItem object that specified.


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

    Parameters

    item
    A ListItem object that specified.

    Return Value

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