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


In This Topic
InitializeBatching Method (IWorkbookSet)
In This Topic
Initializes batching for changing cell values and formulas.
Syntax
'Declaration
 
Sub InitializeBatching() 
 
'Usage
 
Dim instance As IWorkbookSet
 
instance.InitializeBatching()
Remarks
All changes, which happen after this function, will be notified at once by CellValueChanged.
See Also