|

Resizable


(boolean) Whether rows can be resized. This is an optional argument and if omitted will default to true.



VALUE DESCRIPTION


true


Rows can be resized. (Default)


false


Rows cannot be resized.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Grid.SetSelectable

OverviewExamples

Grid.SetSelectable ( string ObjectName,


boolean Selectable )


De s cr ip t ion


Sets whether or not the user can select grid cells with the mouse or keyboard in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|