Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / OnClear Method


In This Topic
    OnClear Method (CharBoxCollection)
    In This Topic
    Performs additional custom processes when clearing the contents of the CharBoxCollection instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClear() 
    'Usage
     
    
    Dim instance As CharBoxCollection
     
    instance.OnClear()
    protected override void OnClear()
    See Also