Spread Windows Forms 17
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()
    public void RecalculateAll()
    See Also