Unloads all resources used by the class.

Namespace:  XllPlus.ComWrappers.Runtime
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public void Dispose()
Visual Basic (Declaration)
Public Sub Dispose
Visual C++
public:
virtual void Dispose() sealed

Implements

IDisposable..::.Dispose()()()

Remarks

Since the resources used by the implementation class may include a dedicated instance of the Excel application, this method should be used as soon as the object is no longer in use. Note that an instance of a derived wrapper class may efficiently be used in a C# using statement or a Visual Basic With statement.

See Also