Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Dispose Method / Dispose(Boolean) Method
Whether the object is being disposed through the IDisposable interface (or else the object is being finalized by the garbage collector)


In This Topic
Dispose(Boolean) Method
In This Topic
Cleans up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As FpSpread
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
Whether the object is being disposed through the IDisposable interface (or else the object is being finalized by the garbage collector)
See Also