Grid.RedrawColumn

Grid.RedrawColumn ( 

string ObjectName,

number Column )

Description

Refreshes (redraws) a specified column in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Column

(number) The zero-based index of the column.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions