Spread Windows Forms 17
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()
    void TerminateBatching()
    See Also