XLL+ Class Library (7.0)

CXlOper::EvaluateIntl

Evaluate a formula expressed in US English format

int EvaluateIntl(
   const char* pszFormula
);
int EvaluateIntl(
   const wchar_t* pszFormula
);

Parameters

pszFormula

A string containing the formula to be evaluated. The formula should use US English settings for built-in funcion names, addresses and separators.

Return Value

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.

Remarks

This function fills the CXlOper object with the result of the formula passed to it.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods