Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / InitializeBatching Method


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