Invokes the Engine to load the specified XLL file into memory.

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

Syntax

C#
public void LoadXll(
	string xllPath
)
Visual Basic (Declaration)
Public Sub LoadXll ( _
	xllPath As String _
)
Visual C++
public:
void LoadXll(
	String^ xllPath
)

Parameters

xllPath
Type: System..::.String
Full path to a XLL file whose add-in functions are to be wrapped.

Exceptions

ExceptionCondition
XllPlus.ComWrappers.Runtime..::.XllWrapperExceptionThe Engine property has not been initialized, or the XLL cannot be found, or an error occurred while loading the XLL.

See Also