_Application.RegisterXLL(String) Method

Definition

Loads an XLL code resource and automatically registers the functions and commands contained in the resource.

public:
 bool RegisterXLL(System::String ^ Filename);
public bool RegisterXLL (string Filename);
Public Function RegisterXLL (Filename As String) As Boolean

Parameters

Filename
String

Required String. Specifies the name of the XLL to be loaded.

Returns

Remarks

This method returns True if the code resource is successfully loaded; otherwise, the method returns False.

Applies to