Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / Clear Method


In This Topic
    Clear Method (StyleCollection)
    In This Topic
    Removes all elements from the StyleCollection.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Clear() 
    'Usage
     
    
    Dim instance As StyleCollection
     
    instance.Clear()
    public override void Clear()
    See Also