XLL+ Class Library (7.0)

CXllFunctionFilterEventHandlerFromFile::CXllFunctionFilterEventHandlerFromFile

Constructs a CXllFunctionFilterEventHandlerFromFile object

CXllFunctionFilterEventHandlerFromFile(
   CXllFunctionFilterLoader::LoadTypes loadType = CXllFunctionFilterLoader::OPT_IN,
   bool bPropagateError = true
);

Parameters

loadType

The strategy to be applied to the contents of the file. For details of the effect see the note "Configuration file" in the CXllFunctionFilterEventHandlerFromFile class documentation.

bPropagateError

If this is true, then any errors will be reported to the user, and the add-in will not be loaded. If this is false, then errors will be ignored.

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilterEventHandlerFromFile Class | CXllFunctionFilterEventHandlerFromFile Methods