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


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