ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.Clear

Syntax:

Clear()

Description:

Deletes all tabular section rows.

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.

Example:

Content.Clear();

    

1C:Enterprise Developer's Community