Grid.SetColumnWidth

Grid.SetColumnWidth (

string ObjectName,

number Column,

number Width,

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