RedrawScrollbars
(boolean) Whether or not to redraw the scrollbars. This is an optional argument and if omitted will default to true.
VALUE DESCRIPTION |
|
true |
Redraw the scrollbars. |
false Don't redraw the scrollbars.
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.SetRowCount
OverviewExamples
Grid.SetRowCount ( string ObjectName,
number RowCount )
De s cr ip t ion
Sets the number of rows in a grid object.
P arame t er s
ObjectName
(string) The name of the grid object.