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


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

Parameters

key
The specified key string.
See Also