|

ColumnCount


(number) The number of columns 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


image

image

Grid.SetColumnHiding

OverviewExamples

Grid.SetColumnHiding ( string ObjectName,


boolean AllowHiding = true )


De s cr ip t ion


Sets whether or not columns can be contracted to 0 width by the user with the mouse in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|