Check that the Engine property has been initialized. Raise an exception if it has not.

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

Syntax

C#
protected void CheckEngine()
Visual Basic (Declaration)
Protected Sub CheckEngine
Visual C++
protected:
void CheckEngine()

Exceptions

ExceptionCondition
XllPlus.ComWrappers.Runtime..::.XllWrapperExceptionThe Engine property has not been initialized.

See Also