Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / Remove Method
The specified key string.


In This Topic
Remove Method (StyleCollection)
In This Topic
Removes the element with the specified key from the StyleCollection.
Syntax
'Declaration
 
Public Overrides Sub Remove( _
   ByVal key As String _
) 
 
'Usage
 
Dim instance As StyleCollection
Dim key As String
 
instance.Remove(key)

Parameters

key
The specified key string.
See Also