Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / Recalculate Method


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