Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / Remove Method
The SubItem value to be deleted.


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

Parameters

item
The SubItem value to be deleted.
See Also