Grid.SetRowHeight

Grid.SetRowHeight ( 

string  ObjectName,

number  Row,

number  Height,

boolean Redraw = true )

Example 1

Grid.SetRowHeight("Grid1", 1, 42, false);
Grid.SetColumnWidth("Grid1", 1, 42, false);
Grid.Refresh("Grid1");

Set the width and height of row 1 and column 1 and the redraw the entire grid

See also:  Related Actions