Spread Windows Forms 12.0 Product Documentation
Remove Method (ListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class : Remove Method
The ListItemInfo object to be deleted.
Deletes a specific item from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As ListItemInfo _
) 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim item As ListItemInfo
 
instance.Remove(item)
public void Remove( 
   ListItemInfo item
)

Parameters

item
The ListItemInfo object to be deleted.
See Also

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members