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


In This Topic
TerminateBatching Method (IWorkbookSet)
In This Topic
Ends batching for changing cell values and formulas.
Syntax
'Declaration
 
Sub TerminateBatching() 
 
'Usage
 
Dim instance As IWorkbookSet
 
instance.TerminateBatching()
See Also