ValueTreeRowCollection.LoadColumn

Syntax:

LoadColumn(<Array>, <Column>)

Parameters:

<Array> (required)

Type: Array.
Array of values to be loaded to the column.

<Column> (required)

Type: Number; String; ValueTreeColumn.
Collection column where values from the array will be loaded to.
You can enter a column index, column name or a value tree column as a parameter value.

Description:

Loads values from an array to a given column of the value tree row collection.

Availability:

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

Note:

Values from the array are loaded in the column in order of index.

Example:

ContentRows.LoadColumn(CostsArray, "Costs");

    

1C:Enterprise Developer's Community