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


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