ITreeListColumns.Item

Syntax

Item(Index: Integer): ITreeListColumn;

Parameters

Index is an index of the column.

Description

The Item property returns the parameters of the column, the index of which is passed by the Index parameter.

See also:

ITreeListColumns