Grid.AutoSizeRow

Grid.AutoSizeRow (

string ObjectName,

number Row,

boolean ResetScroll = true,

boolean Redraw = true )

Example 1

-- Set row 1 to Auto Size
Grid.AutoSizeRow("Grid1", 1, true, true);

Sets autosize for row 1

See also: Related Actions