XLL+ Class Library (7.0)

CXllFunctionFilterOptOut Class

Adds a function to the function filter registry.

class CXllFunctionFilterOptOut

Overview

Use a static instance of this class to add a function's name to the function filter registry CXllFunctionFilter. The constructor calls CXllFunctionFilter::Publish(fnName, false). This means that the function will be included in the list of functions suppressed under an opt-out strategy, i.e. when all functions are included except those listed in the registry.

The class has no effect under an opt-in policy.

Instances of this class are automatically generated by the FunctionFilterOptOut function extension.

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilterOptOut Methods | xlpfunctionfilter.h | CXllFunctionFilter class | Publishing and suppressing add-in functions (User Guide)