Spread Silverlight Documentation
Recalculate Method (CalcCalculationManager)


GrapeCity.CalcEngine Namespace > CalcCalculationManager Class : Recalculate Method
The max iterator.
Whether force recalculate all formula in current manager.
Recalculates this instance.
Syntax
'Declaration
 
Public Function Recalculate( _
   Optional ByVal maxCalcCount As System.Integer, _
   Optional ByVal forceRecalculateAll As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As CalcCalculationManager
Dim maxCalcCount As System.Integer
Dim forceRecalculateAll As System.Boolean
Dim value As System.Boolean
 
value = instance.Recalculate(maxCalcCount, forceRecalculateAll)
public System.bool Recalculate( 
   System.int maxCalcCount,
   System.bool forceRecalculateAll
)

Parameters

maxCalcCount
The max iterator.
forceRecalculateAll
Whether force recalculate all formula in current manager.
See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members