XLL+ Class Library (7.0)

CXlFormulaRefresh::CXlFormulaRefresh

Constructs a CXlFormulaRefresh object

CXlFormulaRefresh(
   const TCHAR* pszFunction
);
CXlFormulaRefresh(
   const TCHAR** apszFunctions
);
CXlFormulaRefresh(
   std::vector<CString> vecFunctions
);

Parameters

pszFunction

The name of the function whose instances will be recalculated.

apszFunctions

An array of function names, all of whose instances will be recalculated. The last item in the array should be a NULL pointer.

vecFunctions

A collection of function names, all of whose instances will be recalculated.

Remarks

This contructor creates a new object, which can be used to refresh all cells which contain any of the functions whose names are passed to the constructor.

Requirements

Header: xlhandle.h

See Also

CXlFormulaRefresh Class | CXlFormulaRefresh Methods