ValueTable.FillValues

Syntax:

FillValues(<Value>, <Columns>)

Parameters:

<Value> (required)

Type: Arbitrary.
Value with which you want to fill table rows.

<Columns> (optional)

Type: String.
List of separated by commas names of columns by which values table rows are filled.
If you don't specify the parameter or set the empty string, all values table is filled.

Description:

Fills all values table rows with specified value.

Availability:

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

Example:

PriceTable.FillValues(Rubles, "Currency");

    

1C:Enterprise Developer's Community