Spread WinForms 15
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)

Parameters

notifyUI
See Also