Loads the specified XLL into the engine.

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

Syntax

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

Parameters

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

See Also