GrapeCity.Xaml.CalcEngine
Recalculate Method (CalcService)


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 CalcService
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.

Return Value

true if all dirty nodes have been recalculated, otherwise, false
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcService Class
CalcService Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options