|

AllowHiding


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



VALUE DESCRIPTION


true


Rows can be hidden. (Default)


false


Rows cannot be hidden.


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.SetRowResize

OverviewExamples

Grid.SetRowResize ( string ObjectName,


boolean Resizable = true )


De s cr ip t ion


Sets whether or not rows are resizable by the user in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|