Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICalculationSupport Interface / Recalculate Method
Example


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()
    Example
    See Also