DisplacingCalculationTypes.<Name of chart of calculation types>.Find

Syntax:

Find(<Value>, <Columns>)

Parameters:

<Value> (required)

Type: Arbitrary.
Sought value.

<Columns> (optional)

Type: String.
Comma-separated string of column names to be searched.
If the parameter is omitted or contains an empty string, entire tabular section will be searched.
Default value: Empty string.

Returned value:

Type: DisplacingCalculationTypesRow.; Undefined.
If a value is not found, the Undefined value is returned.

Description:

Searches for a value in the specified tabular section columns.

Availability:

Server, thick client, external connection.

Note:

This method is useful for searching unique values.

    

1C:Enterprise Developer's Community