Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / RecalculateAll Method
Example


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()
    Example
    This example evaluates the formulas in the sheet that have changed or not changed since the last calculation cycle.
    See Also