ListColumns.Delete
Syntax:
Parameters:
<Column> (required)
Name of list column. Depends on the application object.
Description:
Availability:
Example:
//Delete the column with element code from the list of catalog, //to which the table box is connected: List.Columns.Delete("Code"); |