SSReCalc Function
Applies To
fpSpread DLL control
Description
Recalculates every formula.
Syntax
C
BOOL SSReCalc(HWND hWnd);
C++
BOOL TSpread::ReCalc( );
Parameters
This function has the following parameter:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Remarks
This function is applied to the entire workbook, including all sheets in the control.
Use the SSReCalcCell function to recalculate individual formulas.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSEnumCustomFunction, SSEnumCustomFunctionLen, SSGetCustomFunction, SSGetFormula, SSGetIteration, SSReCalcCell, SSRemoveCustomFunction, SSSetFormula, SSSetIteration functions
ActiveX Correspondence
ReCalc method