GrapeCity.Xaml.CalcEngine
Recalculate Method (CalcCalculationManager)


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

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options