TableBoxColumns.Add

Syntax:

Add(<Name>, <HeaderText>)

Parameters:

<Name> (optional)

Type: String.
Column name. If the name of a column is not specified, the name of a kind "ColumnN" will be generated.

<HeaderText> (optional)

Type: String.
Text which will appear in the table box column title.

Returned value:

Type: TableBoxColumn.

Description:

Adds a column to the end of the table box column collection.

Availability:

Thick client.

Example:

Controls.TableBox.Columns.Add("Code");

    

1C:Enterprise Developer's Community