ValueTreeRowCollection.Add

Syntax:

Add()

Returned value:

Type: ValueTreeRow.

Description:

Adds a row to the end of the row collection of a given value tree level.

Availability:

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

Example:

NewItem = ContentRows.Add();
NewItem.Expense = Expense;
NewItem.Norm = Count;


    

1C:Enterprise Developer's Community