Grid.RedrawCell

Grid.RedrawCell (

string ObjectName,

number Row,

number Column )

Example 1

Grid.RedrawCell("Grid1", 2, 2);

Redraws the cell located at (2,2)

See also: Related Actions