Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / Clear Method
Example


In This Topic
    Clear Method (NamedStyleCollection)
    In This Topic
    Removes all named styles from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As NamedStyleCollection
     
    instance.Clear()
    public virtual void Clear()
    Example
    This example clears the range of styles from the NamedStyleCollection object.
    See Also