ValueTreeColumnCollection.Delete

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number; ValueTreeColumn.
Index of the column being deleted or the value tree column.

Description:

Deletes a column with a given position in the collection of value tree columns.

Availability:

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

Example:

ContentColumns.Delete(1);

    

1C:Enterprise Developer's Community