Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / Remove Method
The key of the element to remove.


In This Topic
    Remove Method (BaseKeyCollection)
    In This Topic
    Removes the element with the specified key from the BaseKeyCollection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Remove( _
       ByVal key As String _
    ) 
    'Usage
     
    
    Dim instance As BaseKeyCollection
    Dim key As String
     
    instance.Remove(key)
    public virtual void Remove( 
       string key
    )

    Parameters

    key
    The key of the element to remove.
    See Also