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