Constructs a CXlFormulaRefresh object
CXlFormulaRefresh( const TCHAR* pszFunction ); CXlFormulaRefresh( const TCHAR** apszFunctions ); CXlFormulaRefresh( std::vector<CString> vecFunctions ); |
The name of the function whose instances will be recalculated.
An array of function names, all of whose instances will be recalculated. The last item in the array should be a NULL pointer.
A collection of function names, all of whose instances will be recalculated.
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.
Header: xlhandle.h