ValueTable.Add

Syntax:

Add()

Returned value:

Type: ValueTableRow.

Description:

Adds row to the end of values table.

Availability:

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

Example:

NewRow = PriceTable.Add();
NewRow.Article = CurArticle;
NewRow.Cost = ReceivedPrice;


    

1C:Enterprise Developer's Community