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