Spread Silverlight Documentation
Recalculate(Boolean) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > Recalculate Method : Recalculate(Boolean) Method
Force evaluates all the cell formulas.
Syntax
'Declaration
 
Public Overloads Sub Recalculate( _
   ByVal forceRecalculateAll As System.Boolean _
) 
'Usage
 
Dim instance As Workbook
Dim forceRecalculateAll As System.Boolean
 
instance.Recalculate(forceRecalculateAll)
public void Recalculate( 
   System.bool forceRecalculateAll
)

Parameters

forceRecalculateAll
See Also

Reference

Workbook Class
Workbook Members
Overload List