ListColumns.Delete

Syntax:

Delete(<Column>)

Parameters:

<Column> (required)

Type: String.
Name of list column. Depends on the application object.

Description:

Deletes a column from the list.

Availability:

Server, thick client, external connection.

Example:

//Delete the column with element code from the list of catalog, 
//to which the table box is connected:
List.Columns.Delete("Code");


    

1C:Enterprise Developer's Community