SpreadsheetGear 2023
Refresh Method (WorkbookView)


SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : Refresh Method
Forces the control to invalidate its client area and immediately redraw itself and any child controls. This method does not invalidate cached WorkbookView drawing state - only WorkbookView.Invalidate will do that.
Syntax
'Declaration
 
Public Overrides Sub Refresh() 
'Usage
 
Dim instance As WorkbookView
 
instance.Refresh()
public override void Refresh()
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
Update Method