Spread Windows Forms 12.0 Product Documentation
Remove Method (SubItemCollectionInfo)


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

Parameters

item
The SubItemInfo value to be deleted.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members