GRID.RedrawCell

Previous  Next

 

state = GRID.RedrawCell( BYVAL nControl AS INTEGER,

                         BYVAL row      AS INTEGER,

                         BYVAL col      AS INTEGER ) AS INTEGER

 

 

 

 

Redraws the specified cell.

 

Example:

 

GRID.RedrawCell( nControl, 1, 1 )