SpreadsheetGear 2023
Update Method (WorkbookView)


SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : Update Method
Causes the WorkbookView to update any invalid drawing state and calls Control.Update() which causes the WorkbookView to redraw any invalidated regions within the WorkbookView.
Syntax
'Declaration
 
Public Shadows Sub Update() 
'Usage
 
Dim instance As WorkbookView
 
instance.Update()
public new void Update()
Remarks
This method is thread safe and may be called by non-UI threads.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members
Invalidate Method
Refresh Method