Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / EndUpdate Method


In This Topic
    EndUpdate Method (IWorkbookSet)
    In This Topic
    Restores painting and events to the state before the last call to BeginUpdate.
    Syntax
    'Declaration
     
    
    Sub EndUpdate() 
    'Usage
     
    
    Dim instance As IWorkbookSet
     
    instance.EndUpdate()
    void EndUpdate()
    See Also