Grid.ExpandLastColumn

Grid.ExpandLastColumn ( 

string  ObjectName,

boolean Redraw = true )

Example 1

-- Expand or contract the rightmost column to fit the grid window
Grid.ExpandLastColumn("Grid1", true);

Resize the rightmost column so that it fits in the grid object named "Grid1".

See also:  Related Actions