ValueTableColumnCollection.Insert

Syntax:

Insert(<Index>, <Name>, <Type>, <Title>, <Width>)

Parameters:

<Index> (required)

Type: Number.
Index of the column being inserted.

<Name> (optional)

Type: String.
Column name.
Default value: Empty string.

<Type> (optional)

Type: TypeDescription.
Object describing value types available for a column. If the parameter is not specified, a value of any type can be stored in the column.

<Title> (optional)

Type: String.
Value table column header. Used in the visual representation of the value table.
Default value: Empty string.

<Width> (optional)

Type: Number.
Column width in characters. Used in the visual representation of the value table.
Default value: 0.

Returned value:

Type: ValueTableColumn.
Inserted column.

Description:

Inserts a column in the specified position in the value table.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

// see example for the Add method.


    

1C:Enterprise Developer's Community