GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / Remove Method
The ListItemInfo object to be deleted.


In This Topic
Remove Method (ListItemCollectionInfo)
In This Topic
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)

Parameters

item
The ListItemInfo object to be deleted.
See Also