BaseCalculationTypes.<Chart of calculation types 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. The column index or column name can be passed as a parameter 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.

    

1C:Enterprise Developer's Community