ValueTreeRowCollection.Insert

Syntax:

Insert(<Index>)

Parameters:

<Index> (required)

Type: Number.
Position index in the row collection of a given level where the row must be inserted.

Returned value:

Type: ValueTreeRow.
Inserted row.

Description:

Inserts a row with the indicated index in the row collection of a given value tree level.

Availability:

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

Example:

NewItem = ContentRows.Insert(5);
NewItem.Expense = Expense;
NewItem.Norm = Count;


    

1C:Enterprise Developer's Community