Spread Windows Forms 12.0 Product Documentation
Remove Method (StyleCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > StyleCollection Class : Remove Method
The specified key string.
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)
public override void Remove( 
   string key
)

Parameters

key
The specified key string.
See Also

Reference

StyleCollection Class
StyleCollection Members