ListColumns.Set

Syntax:

Set(<Columns>)

Parameters:

<Columns> (required)

Type: String.
Names of columns being set, separated by commas. Depend on the application object.

Description:

Defines a new set of list columns which replaces the old set of columns.

Availability:

Server, thick client, external connection.

Example:

// Let's set new columns in the catalog list,
// connected with the table box:
List.Columns.Set("Code, Name");


    

1C:Enterprise Developer's Community