OverviewExamples
| 
 number Grid.GetFixedColumnCount (  | 
-- get the number of fixed columns
nFixedColumns = Grid.GetFixedColumnCount("Grid1");
-- Add one more fixed column
Grid.SetFixedColumnCount("Grid1", nFixedColumns + 1);
Add one fixed column to the existing fixed column(s)
See also: Related Actions