ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.LoadColumn

Syntax:

LoadColumn(<Array>, <Column>)

Parameters:

<Array> (required)

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

<Column> (required)

Type: Number; String.
Column where values from the array are to be loaded to.
This parameter can pass the column index or column name as its value.

Description:

Loads values from the array to the specified tabular section column.

Availability:

Server, thick client, external connection.

Note:

Values from the array are loaded in the column in order of index.
The method can be used only when the tabular section is obtained from an object's property. If the tabular section is obtained from a reference property (or selection property), using this method would cause a runtime error.

Example:

Content.LoadColumn(Articles, "Nomenclature");

    

1C:Enterprise Developer's Community