Spread Windows Forms 15.0
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)
    public void Remove( 
       SubItem item
    )

    Parameters

    item
    The SubItem value to be deleted.
    See Also