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


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

    Parameters

    key
    The key of the element to remove.
    See Also