Spread Windows Forms 12.0 Product Documentation
Remove Method (SubStyleCollection)


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

Parameters

key
The specified key string.
See Also

Reference

SubStyleCollection Class
SubStyleCollection Members