ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.IndexOf

Syntax:

IndexOf(<Row>)

Parameters:

<Row> (required)

Type: ChartOfAccountsExtDimensionTypesRow.
Tabular section row to obtain the index for.

Returned value:

Type: Number.
Index of specified tabular section row. If none is found, returns -1.

Description:

Obtains the index of the tabular section's row.

Availability:

Server, thick client, external connection.

Example:

CurStringIndex = Content.IndexOf(Controls.Content.CurrentRow);

    

1C:Enterprise Developer's Community