GrapeCity.Xaml.SpreadSheet.Data
Recalculate(Boolean) Method


GrapeCity.Xaml.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 Boolean _
) 
'Usage
 
Dim instance As Workbook
Dim forceRecalculateAll As Boolean
 
instance.Recalculate(forceRecalculateAll)
public void Recalculate( 
   bool forceRecalculateAll
)

Parameters

forceRecalculateAll
See Also

Reference

Workbook Class
Workbook Members
Overload List