ValueList.SortByValue

Syntax:

SortByValue(<Direction>)

Parameters:

<Direction> (optional)

Type: SortDirection.
Sort method: ascending or descending.
Default value: Asc.

Description:

Sorts the list of values in ascending or descending order by item value.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

PriceTypesList.SortByValue(SortDirection.Asc);

    

1C:Enterprise Developer's Community