Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / TerminateBatching Method


In This Topic
    TerminateBatching Method
    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