Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Recalculate Method


In This Topic
    Recalculate Method (SheetView)
    In This Topic
    Evaluates all the formulas in cells on 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()
    See Also