FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / RecalculateAll Method


In This Topic
RecalculateAll Method (DefaultSheetDataModel)
In This Topic
Evaluates all the formulas in the entire sheet (including those that have not changed since the last calculation cycle).
Syntax
'Declaration
 
Public Sub RecalculateAll() 
 
'Usage
 
Dim instance As DefaultSheetDataModel
 
instance.RecalculateAll()
See Also