Searches the cache for the result of a previous calculation
[C++]
bool Find() const;
Returns true if a matching record is found, in which case the CXlOper
passed in the constructor is populated with a copy of the stored result.
Returns false if no record is found that matches the supplied key;
in this case, the referenced CXlOper is unchanged.
Header: xlserialize.h