Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Recalculate Method
Example


In This Topic
    Recalculate Method (SheetView)
    In This Topic
    Evaluates all the formulas in the sheet that have changed since the last calculation cycle.
    Syntax
    'Declaration
     
    Public Sub Recalculate() 
    'Usage
     
    Dim instance As SheetView
     
    instance.Recalculate()
    public void Recalculate()
    Example
    This example evaluates all the formulas in the sheet that have changed since the last calculation cycle.
    See Also