Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnCollection Class / OnClearComplete Method


In This Topic
    OnClearComplete Method (SpreadDataColumnCollection)
    In This Topic
    Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClearComplete() 
    'Usage
     
    
    Dim instance As SpreadDataColumnCollection
     
    instance.OnClearComplete()
    protected override void OnClearComplete()
    See Also