Grid.GetColumnWidth

number Grid.GetColumnWidth ( 

string ObjectName,

number Column )

Example 1

-- Puts the width (in pixels) of the leftmost column into a variable
nPixelsWide = Grid.GetColumnWidth("Grid1", 0);

Returns the width of the leftmost column.

See also:  Related Actions