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


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