'Declaration Public Overloads Sub Recalculate( _ ByVal forceRecalculateAll As System.Boolean _ )
'Usage Dim instance As Worksheet Dim forceRecalculateAll As System.Boolean instance.Recalculate(forceRecalculateAll)
public void Recalculate( System.bool forceRecalculateAll )
Parameters
- forceRecalculateAll
- Whether to force recalculation of all formulas in the current manager.