Loads the specified XLL into the engine.

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:
virtual void LoadXll(
	String^ xllPath
) sealed

Parameters

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

Implements

IExcelWrapperEngine..::.LoadXll(String)
IWrapperEngine..::.LoadXll(String)

Exceptions

ExceptionCondition
XllPlus.ComWrappers.Runtime..::.XllWrapperExceptionThrown if the XLL cannot be loaded, or if no functions are loaded from it.

See Also