QueryTempTableColumns.IndexOf

Syntax:

IndexOf(<Column>)

Parameters:

<Column> (required)

Type: QueryTempTableColumn.
Query result column for which the index must be defined.

Returned value:

Type: Number.
Index of a specified column in the collection. If none is found, returns -1.

Description:

Receives the index of a query result column.

Availability:

Server, thick client.

Example:

QueryResult.Columns.IndexOf(Column);

    

1C:Enterprise Developer's Community