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: 6.3.4.831 (6.3.4.0831)

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