LeadingCalculationTypes.<Chart of calculation types name>.Delete

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number; LeadingCalculationTypesRow..
Index of the tabular section row being deleted, or the row itself.

Description:

Deletes the row with specified index from tabular section.

Availability:

Server, thick client, external connection.

Note:

This method should be exercised with caution if a tabular section contains predefined rows (i.e. if there are rows for which Predefined property has True value). If you delete a predefined tabular section row, you will not be able to record such changes.
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