Redraw

Returns or sets a value that determines whether the Grid control should or not be automatically redrawn after each change.

Syntax

object.Redraw [= boolean ]

The Redraw property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
boolean The property is True by default.

Remarks

You can use this property in code to reduce flicker while making extensive updates to the contents of the Grid control.