Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollection Class / Remove Method
The ItemTemplate object that will be deleted.


In This Topic
    Remove Method (ItemTemplateCollection)
    In This Topic
    Deletes the specific item from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As ItemTemplate _
    ) 
    'Usage
     
    
    Dim instance As ItemTemplateCollection
    Dim item As ItemTemplate
     
    instance.Remove(item)
    public void Remove( 
       ItemTemplate item
    )

    Parameters

    item
    The ItemTemplate object that will be deleted.
    See Also