IGridViewColumns.Item

Syntax

Item(Index: Integer): IGridViewColumn;

Parameters

Index. Index of column in the collection.

Description

The Item property returns settings of the table column with the specified index.

Example

The property use is given in the example for IDataGridView.BeginUpdate.

See also:

IGridViewColumns