TestedFormTable.GotoRow

Syntax:

GotoRow(<RowDescription>, <Direction>, <Select>)

Parameters:

<RowDescription> (optional)

Type: Map.
Contains a set of "Column heading" - "Cell text" pairs used for searching for the destination row.

<Direction> (optional)

Type: RowGotoDirection.
Specifies the direction of movement from the current row.
Default value: Down.

<Select> (optional)

Type: Boolean.
If True was set, it will be selected when moving to the string.
If False was set, the string will be deselected.
Default value: True.

Returned value:

Type: Boolean.
True - the cursor was moved to the specified row; False - the opposite case.

Description:

Moves the cursor to the specified row.

Availability:

Thin client, thick client.

    

1C:Enterprise Developer's Community