ListColumns.Clear

Syntax:

Clear()

Description:

Deletes all columns from the list.

Availability:

Server, thick client, external connection.

Example:

//Delete all columns from the list of catalog, 
//to which the table box is connected:
List.Columns.Clear();


    

1C:Enterprise Developer's Community