Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / Clear Method


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