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


In This Topic
    Calculate(Boolean) Method
    In This Topic
    Calculates this workbook.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Calculate( _
       ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Workbook
    Dim notifyUI As Boolean
     
    instance.Calculate(notifyUI)
    public void Calculate( 
       bool notifyUI
    )

    Parameters

    notifyUI
    See Also