Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / Calculate Method


In This Topic
Calculate Method (IWorkbookSet)
In This Topic
Calculates all workbooks on this workbook set.
Syntax
'Declaration
 
Sub Calculate() 
 
'Usage
 
Dim instance As IWorkbookSet
 
instance.Calculate()
See Also