TableBoxSelectedRows.Add

Syntax:

Add(<Row>)

Parameters:

<Row> (required)

Table box row. The type of table box row value is defined in descriptions of table box extensions for corresponding objects.

Description:

Selects specified row.

Availability:

Thick client.

Example:

Controls.TableBox.SelectedRows.Add(CurRow);

    

1C:Enterprise Developer's Community