InformationRegisterRecordSet.<Information register name>.LoadColumn

Syntax:

LoadColumn(<Array>, <FieldName>)

Parameters:

<Array> (required)

Type: Array.
Array containing the values for set column filling.

<FieldName> (required)

Type: String.
Name of the set's record field where the values will be downloaded from the array.

Description:

Loads values from the array to the specified record set field.

Availability:

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

Note:

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

Example:

RatesSet.LoadColumn(RatesArray, "Rate");

    

1C:Enterprise Developer's Community