Recalculate Method (SheetView)
Evaluates all the formulas in cells on the sheet that have changed since the last calculation cycle.
public void Recalculate()
'Declaration
Public Sub Recalculate()
'Usage
Dim instance As SheetView
instance.Recalculate()