BaseCalculationTypes.<Chart of calculation types name>.Insert

Syntax:

Insert(<Index>)

Parameters:

<Index> (required)

Type: Number.
Index of the position in the tabular section where the row is to be inserted.

Returned value:

Type: BaseCalculationTypesRow.
Inserted row.

Description:

Inserts a row with specified index into the tabular section.

Availability:

Server, thick client, external connection.

Note:

The method can be used only when the tabular section is obtained from an object's property. If the tabular section is obtained from a reference property (or selection property), using this method would cause a runtime error.

    

1C:Enterprise Developer's Community