Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / BeginUpdate Method


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