Spread Silverlight Documentation
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 System.Integer, _
   Optional ByVal forceRecalculateAll As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As CalcService
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.

Return Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcService Class
CalcService Members

 

 


Copyright © GrapeCity, inc. All rights reserved.