Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.266 SortColumn Property

Description:

Contains the index of the column that is used to sort the ListItem objects.

Used in control(s):

ListView

Value:

The index of the column to sort.

The value is an integer from 1 to the ColumnCount property.

The Text property corresponding to the column is used as the key for the sort.

Default value:

1

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.