TableBox.Collapse

Syntax:

Collapse(<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:

Collapses the node in the tree row specified.

Availability:

Thick client.

Note:

Used if the values tree or catalog list in tree form are linked to the table box.

Example:

UnfoldedNode = Controls.TableBox.Expanded(Row);
If 
UnfoldedNode Then
    Controls.TableBox.Collapse(Row);
EndIf
;


    

1C:Enterprise Developer's Community