Spread Windows Forms 17
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)
    public virtual void Remove( 
       NamedStyle style
    )

    Parameters

    style
    Style (NamedStyle object) to remove
    See Also