Grid.EnsureVisible

Grid.EnsureVisible (

string ObjectName,

number Row = 0,

number Column = 0 )

Description

Ensures that the specified cell is visible in a grid object. It will scroll the specified cell into view if necessary.

Parameters

ObjectName

(string) The name of the grid object.

Row

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

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