[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.Dispose

Dispose Method

Dispose(bool)

Cleans up any resources being used.

Declaration
protected override void Dispose(bool disposing)
Protected Overrides Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

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

Overrides
System.Windows.Forms.Control.Dispose(bool)