Constructs a new instance of ExcelWrapperEngine.

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 ExcelWrapperEngine()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
ExcelWrapperEngine()

Remarks

The object is not ready for use until the Create() or Attach() method has been called.

See Also