IDataGridChildren.Item

Syntax

Item(Index: Integer): IDataGridBandBase;

Parameters

Index - index of a child object to be obtained.

Description

The Item property returns child object parameters, index of which is passed as the internal Index parameter.

See also:

IDataGridChildren