Unloads all resources used by the class.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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.