Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / Remove Method
Style (NamedStyle object) to remove


In This Topic
Remove Method (NamedStyleCollection)
In This Topic
Removes the specified named style from the collection.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal style As NamedStyle _
) 
 
'Usage
 
Dim instance As NamedStyleCollection
Dim style As NamedStyle
 
instance.Remove(style)

Parameters

style
Style (NamedStyle object) to remove
See Also