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


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