Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcService Class / Recalculate Method
The max iterator.
Whether force recalculate all formula in current manager.


In This Topic
    Recalculate Method (CalcService)
    In This Topic
    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
    See Also