Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / BeginUpdate Method


In This Topic
    BeginUpdate Method (IWorkbookSet)
    In This Topic
    Suspends painting and events until EndUpdate is called. Calling this function is exclusively.
    Syntax
    'Declaration
     
    
    Sub BeginUpdate() 
    'Usage
     
    
    Dim instance As IWorkbookSet
     
    instance.BeginUpdate()
    void BeginUpdate()
    See Also