Spread Windows Forms 12.0 Product Documentation
Remove Method (BaseKeyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class : Remove Method
The key of the element to remove.
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

Reference

BaseKeyCollection Class
BaseKeyCollection Members