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


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