Grid.SetColumnCount

Grid.SetColumnCount (

string ObjectName,

number ColumnCount )

Example 1

Grid.SetColumnCount("Grid1", 2);

Sets the grid to have 2 columns. This includes fixed columns

See also: Related Actions