Grid.GetFixedColumnCount

number Grid.GetFixedColumnCount ( 

string ObjectName )

Example 1

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