XLL+ Class Library (7.0)

CXllFunctionFilter::Publish

Registers the named function for publishing or suppressing

static void Publish(
   const char* fnName,
   bool published
);
static void Publish(
   const wchar_t* fnName,
   bool published
);

Parameters

fnName

The name of the function which is to be published or suppressed.

published

If true, the function will be published. If false the function will be suppressed.

Remarks

The function specified will be added to the function filter's registry. The actual publishing or supression will occur when Apply() is called.

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilter Class | CXllFunctionFilter Methods