|

Enable


(boolean) Whether or not fixed column selecting is turned on.



VALUE DESCRIPTION


true


Turn on fixed column selection.


false


Turn off fixed column selection.


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

OverviewExamples

Grid.SetFixedRowCount ( string ObjectName,


number RowCount )


De s cr ip t ion


Sets the number of fixed rows in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|