Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / Remove Method
The ListItem object to be deleted.


In This Topic
    Remove Method (ListItemCollection)
    In This Topic
    Deletes a specific item form the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As ListItem _
    ) 
    'Usage
     
    
    Dim instance As ListItemCollection
    Dim item As ListItem
     
    instance.Remove(item)
    public void Remove( 
       ListItem item
    )

    Parameters

    item
    The ListItem object to be deleted.
    See Also