Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / SpreadDataColumnCollection Class / OnClearComplete Method


In This Topic
    OnClearComplete Method
    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