Detaches the Excel Application instance from the object.
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 Detach() |
Visual Basic (Declaration) |
---|
Public Sub Detach |
Visual C++ |
---|
public: virtual void Detach() sealed |
Implements
IExcelWrapperEngine..::.Detach()()()Remarks
Call this method to terminate an instance that was initialized using Attach(Object).
This method is called automatically by Dispose()()() for instances that were initialized using Attach(Object).