RowCount
(number) The number of rows that should be in the grid object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Grid.SetRowHeight
OverviewExamples
Grid.SetRowHeight ( string ObjectName,
number Row,
number Height,
boolean Redraw = true )
De s cr ip t ion
Sets the height of a row in pixels in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.