Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / Remove Method
The SubItemInfo value to be deleted.


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