TableBox.Selection

Syntax:

Selection(<RowSelected>, <Column>, <StandardProcessing>)

Parameters:

<RowSelected>

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

<Column>

Type: TableBoxColumn.
Selected table box column.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

Description:

Occurs by double-clicking (pressing the Enter key) on the table box cell.

    

1C:Enterprise Developer's Community