Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / Calculate Method / Calculate(IWorksheet) Method
The worksheet to calculate.


In This Topic
    Calculate(IWorksheet) Method
    In This Topic
    Calculates cells in the specified worksheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Calculate( _
       ByVal worksheet As IWorksheet _
    ) 
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim worksheet As IWorksheet
     
    instance.Calculate(worksheet)
    public void Calculate( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    The worksheet to calculate.
    See Also