Grid.SetFocusCell

Grid.SetFocusCell (

string ObjectName,

number Row,

number Column )

Description

Sets the input focus to a cell at a specified row and column index in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Row

(number) The zero-based index of the cell's row.

Column

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

Returns

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

See also: Related Actions