Grid.SetRowCount

Grid.SetRowCount (

string ObjectName,

number RowCount )

Example 1

Grid.SetRowCount("Grid1", 2);

Set the "Grid1" object to have 2 rows

See also: Related Actions