Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Recalculate Method / Recalculate() Method


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