Evaluate a formula expressed in US English format
int EvaluateIntl( const char* pszFormula ); int EvaluateIntl( const wchar_t* pszFormula ); |
A string containing the formula to be evaluated. The formula should use US English settings for built-in funcion names, addresses and separators.
The result of the SDK call-back. xlretSuccess (0) indicates success. Other values indicate failure. A full list of return values can be found in Error Codes.
This function fills the CXlOper object with the result of the formula passed to it.
Header: xllplus.h