Closes down the owned instance of Excel, cleanly and quietly, and releases resources.
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 Destroy() |
Visual Basic (Declaration) |
---|
Public Sub Destroy |
Visual C++ |
---|
public: virtual void Destroy() sealed |
Implements
IExcelWrapperEngine..::.Destroy()()()Remarks
Call this method to terminate an instance that was initialized using Create()()().
This method is called automatically by Dispose()()() for instances that were initialized using Create()()().