IDataGridColumns.Item

Syntax

Item(Index: Integer): IDataGridColumn;

Parameters

Index. Index of the column to get.

Description

The Item property returns the table column, which index is passed as the Index input parameter.

See also:

IDataGridColumns