ValueTreeRowCollection.Delete

Syntax variant: By object

Syntax:

Delete(<Row>)

Parameters:

<Row> (required)

Type: ValueTreeRow.
Row which must be deleted from the given ValueTree row collection.

Syntax variant: By index

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number.
Index of row being deleted.

Description:

Deletes a row from the row collection of a given value tree level. If the row has subordinate rows, they will also be deleted.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

ContentRows.Delete(6);

    

1C:Enterprise Developer's Community