Spread WinForms 15
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()
See Also