Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / Calculate Method / Calculate() Method


In This Topic
    Calculate() Method
    In This Topic
    Calculates all dirty cells in the whole workbook set.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Calculate() 
    'Usage
     
    
    Dim instance As CalculationEngine
     
    instance.Calculate()
    public void Calculate()
    See Also