Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICalculationSupport Interface / RecalculateAll Method


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