Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / Finalize Method


In This Topic
    Finalize Method (SpreadChart)
    In This Topic
    Releases unmanaged resources and performs other cleanup operations before the SpreadChart is reclaimed by garbage collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub Finalize() 
    'Usage
     
    
    Dim instance As SpreadChart
     
    instance.Finalize()
    protected virtual void Finalize()
    See Also