Refresh Method

Forces the control to invalidate its client area and immediately redraw itself.

Syntax

Public Sub Refresh()

Applies To

Grid Object

Return Type

None

Remarks

When the AutoRedraw property is set to False, you can call this method to redraw the control immediately without changing the value of the AutoRedraw property.