ValueTreeRowCollection.UnloadColumn

Syntax:

UnloadColumn(<Column>)

Parameters:

<Column> (required)

Type: Number; String; ValueTreeColumn.
Column that values need to be unloaded from. You can enter a column index, column name or a value tree column as a parameter value.

Returned value:

Type: Array.

Description:

Creates an array and copies values from the column of the value tree row collection to this array.

Availability:

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

Note:

Values from the column are unloaded in the order of the row indices in the collection.

Example:

CostsArray = ContentRows.UnloadColumn("Costs");

    

1C:Enterprise Developer's Community