Prepares the object for use by creating an owned instance of Excel, making it invisible, and initializing the date offset.

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

Syntax

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

Implements

IExcelWrapperEngine..::.Create()()()

Remarks

VBA applications running inside Excel should use Attach(Object) instead of this method.

Exceptions

ExceptionCondition
XllPlus.ComWrappers.Runtime..::.XllWrapperExceptionThrown if a COM error occurs or if the object has already been initialized.

See Also