Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / Remove Method
Style (NamedStyle object) to remove
Example


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
    Example
    This example removes the specified named style from the collection.
    See Also