Searches the cache for the result of a previous calculation
[C++]
bool Find(
const CXlInputKey& key,
CXlOper& xloResult
) const;
A populated CXlInputKey object, constructed from the arguments of the current add-in function (optionally including the function name).
This CXlOper object will be populated by the cached result, if a matching record for the key is found in the cache.
Returns true if a matching record is found, in which case xloResult
is populated with a copy of the stored result.
Returns false if no record is found that matches the supplied key;
in this case, xloResult is unchanged.
Header: xlserialize.h