Spread Silverlight Documentation
Remove Method (StyleInfoCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : Remove Method
Style (StyleInfo object) to remove.
Removes the specified named style from the collection.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal style As StyleInfo _
) 
'Usage
 
Dim instance As StyleInfoCollection
Dim style As StyleInfo
 
instance.Remove(style)
public virtual void Remove( 
   StyleInfo style
)

Parameters

style
Style (StyleInfo object) to remove.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members