XLL+ Class Library

CXlOperCache::Set

Sets a result in the cache, with a key composed of all the arguments to the function

[C++]
void Set(
   const CXlInputKey& key,
   const CXlOper& xloResult
);

Parameters

key

A populated CXlInputKey object, constructed from the arguments of the current add-in function (optionally including the function name).

xloResult

The result of the calculation, which may contain a value, an error, an array or any other value type.

Requirements

Header: xlserialize.h

See Also

CXlOperCache Class | CXlOperCache Methods