TableBoxColumns.Delete

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number; TableBoxColumn.
Index of the deleted column, or the column that is to be deleted.

Description:

This may be used to delete a specified column from a table box.

Availability:

Thick client.

Example:

// Deleting first column:
Controls.TableBox.Columns.Delete(0);


    

1C:Enterprise Developer's Community