Spread for ASP.NET 12 Product Documentation
Remove Method (NamedStyleCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyleCollection Class : Remove Method
Style (NamedStyle object) to remove
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)
public virtual void Remove( 
   NamedStyle style
)

Parameters

style
Style (NamedStyle object) to remove
See Also

Reference

NamedStyleCollection Class
NamedStyleCollection Members